index
:
~vignatti/xserver
bus-cleanup-take3
client-logging
daniels-fixes-and-cleanup
ephyr-dri2
generation-removal
inputthread
inputthread-commits
lrmi-for-children
master
maxscreenless
options-cleanup
registry-fix
xwayland-1.12
xwm-client
Tiago's playground
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
common
/
xf86xv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-03
xf86/xv: Only register PostValidateTree hook when there is work to do
Pauli Nieminen
1
-7
/
+11
2011-02-03
xf86/xv: Use PostValidateTree to do reput
Pauli Nieminen
1
-14
/
+40
2011-02-03
xf86/xv: Fill color key on expose
Pauli Nieminen
1
-6
/
+72
2011-02-03
xf86/xv: Remove unused GC pointers
Pauli Nieminen
1
-10
/
+0
2011-02-03
xf86/xv: Remove copy paste code.
Pauli Nieminen
1
-57
/
+11
2010-11-26
xfree86/xv: Provide a ModeSet hook
Ville Syrjälä
1
-0
/
+24
2010-11-26
xfree86/xv: Pass all coordinate arguments to ReputImage
Ville Syrjälä
1
-0
/
+7
2010-11-26
xfree86/xv: Add some helpful comments about ReputImage
Ville Syrjälä
1
-1
/
+2
2010-11-26
xfree86/xv: Fix ReputImage clipping
Ville Syrjälä
1
-0
/
+38
2010-11-26
xfree86/xv: Remove clipOrg from XvPortRecPrivate
Ville Syrjälä
1
-3
/
+3
2010-11-26
xfree86/xv: Factor out the meat of xf86XVAdjustFrame for later reuse
Ville Syrjälä
1
-31
/
+35
2010-11-26
xfree86/xv: Change the behaviour of AdjustFrame to reput everything
Ville Syrjälä
1
-15
/
+17
2010-11-26
xfree86/xv: No need to free composite clip in AdjustFrame
Ville Syrjälä
1
-6
/
+0
2010-11-26
xfree86/xv: Change the behaviour of ClipNotify to reput instead of stop
Ville Syrjälä
1
-18
/
+10
2010-11-26
xfree86/xv: Allow xf86XVReputOrStopPort() to stop PutVideo/GetVideo ports
Ville Syrjälä
1
-10
/
+23
2010-11-26
xfree86/xv: Factor out the meat of xf86XVWindowExposures for later reuse
Ville Syrjälä
1
-25
/
+28
2010-11-26
xfree86/xv: Eliminate two open coded copies of xf86XVRemovePortFromWindow
Ville Syrjälä
1
-25
/
+2
2010-11-26
xfree86/xv: Remove useless NULL check from ClipNotify
Ville Syrjälä
1
-3
/
+0
2010-08-27
Replace malloc/strlen/strcpy with strdup.
Matt Turner
1
-6
/
+3
2010-07-13
Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998
Keith Packard
1
-0
/
+8
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
1
-21
/
+0
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-8
/
+13
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-86
/
+86
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-2
/
+2
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-7
/
+8
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-2
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-40
/
+40
2010-04-27
xfree86: use screen privates for Xv offscreen images.
Jamey Sharp
1
-9
/
+18
2009-12-16
xf86xv: Fix off-by-one in viewport clipping
Ville Syrjälä
1
-6
/
+6
2009-12-02
Xv: Fix AdjustFrame when driver implements ReputImage.
Luc Verhaegen
1
-2
/
+2
2009-01-05
XFree86: Xv: Add ClipNotify helper
Daniel Stone
1
-0
/
+4
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-16
/
+16
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-3
/
+3
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-3
/
+2
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-2
/
+4
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-2
/
+2
2007-11-05
XFree86: Remove usage of alloca
Daniel Stone
1
-2
/
+2
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-26
/
+16
2007-08-14
xace: add hooks + new access codes: core protocol GC requests
Eamon Walsh
1
-1
/
+2
2007-05-25
xf86XVFillKeyHelper assumed root clip never changed.
Keith Packard
1
-21
/
+14
2007-05-24
Consolidate portPriv->pDraw assignments into xf86XVEnlistPortInWindow.
Michel Dänzer
1
-4
/
+3
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-1
/
+1
2006-10-15
Add per-drawable Xv colour key helper function.
Michel Dänzer
1
-3
/
+63
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-07-18
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
Daniel Stone
1
-9
/
+0
2006-04-07
Bump the ABI versions. Due to Glyph privates and the XV update below, the
xorg-server-1_0_99_901
XORG-7_0_99_901
Aaron Plattner
1
-6
/
+12
2006-03-29
More warning cleanup.
Adam Jackson
1
-2
/
+0
[next]