index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
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
2015-04-21
Convert hw/xfree86 to new *allocarray functions
Alan Coopersmith
1
-5
/
+5
2014-10-27
dix: Always store GC client clip as a region (v2)
Adam Jackson
1
-1
/
+1
2014-10-09
dix: Drop the third argument from WindowExposuresProcPtr
Adam Jackson
1
-3
/
+3
2014-09-26
xfree86: Remove xv clip notify driver hook
Adam Jackson
1
-4
/
+0
2014-08-07
xv: Drop the ClientPtr from the interface to the DDX.
Eric Anholt
1
-29
/
+20
2014-08-07
xv: Remove the no-op AllocatePort/FreePort interfaces.
Eric Anholt
1
-17
/
+0
2014-08-06
xv: Move xf86 XV color key helper to core.
Eric Anholt
1
-24
/
+1
2014-08-06
xv: Move CloseScreen setup from a DIX hook to normal wrapping.
Eric Anholt
1
-13
/
+6
2014-08-06
xv: Move the DDX XV screen private allocation into the DDXes.
Eric Anholt
1
-7
/
+7
2014-08-06
xv: Drop the ddQueryAdaptors() interface.
Eric Anholt
1
-16
/
+2
2014-08-06
xv: Move common code for adaptor cleanup to xvmain.c
Eric Anholt
1
-30
/
+1
2014-08-06
xv: Remove dead VIDEO_NO_CLIPPING from the xorg and kdrive DDXes.
Eric Anholt
1
-46
/
+0
2014-08-06
xv: Remove dead VIDEO_INVERT_CLIPLIST from the xorg and kdrive DDXes.
Eric Anholt
1
-24
/
+0
2014-06-15
xorg: Remove duplicated definitions of some XV-related structs.
Eric Anholt
1
-41
/
+12
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-4
/
+4
2012-07-09
Xv: Remove excessive module-induced indirection
Tomas Carnecky
1
-5
/
+4
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
1
-4
/
+0
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-19
/
+16
2012-05-21
xf86: migrate to using xf86ScreenToScrn wrapper (v2)
Dave Airlie
1
-5
/
+5
2012-05-14
xfree86: don't include xvmodproc.h when not needed
Michal Suchanek
1
-1
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1587
/
+1566
2011-04-07
xfree86: xv: set pointers to NULL in xf86XVFreeAdaptor
Tiago Vignatti
1
-0
/
+6
2011-04-07
xfree86: xv: fix double free in xf86XVFreeAdaptor
Tiago Vignatti
1
-1
/
+2
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
[next]