index
:
~anholt/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
bcook-backend
dmx-2
dri-0-1-branch
dri2-reallocate-revert
ephyr-continue-deleting
ephyr-fixes
ephyr-rebase-works
ephyr-warnings
glamor
glamor-anholt-filter-dir
glamor-anholt-filter-rebase
glamor-ca
glamor-cleanups
glamor-core-profile
glamor-delay-shareable
glamor-delay-shareable-2
glamor-external-rebase
glamor-extra-after-keithp
glamor-flushing
glamor-gl-context-2
glamor-map-zero
glamor-new-glyphs
glamor-original-in-tree
glamor-prepare-for-keithp
glamor-quads
glamor-rebase-wip
glamor-render-program
glamor-rgba-8
glamor-server
glamor-testing-patch-from-ken
glamor-xephyr
glamor-xephyr-egl
glamor-xephyr-gl-context
global-glx-context
glucose-2
glx-arg
gsr-current
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
modesetting-dri2
modesetting-dri2-no-pageflip
modesetting-gbm
modesetting-glamor
modesetting-import
modesetting-import-2
modesetting-present-no-pageflip
no-pci-rework
old-glamor
orib-soc-2006
panning-for-server-1.6
randr-1.2-for-server-1.2
randr-dpms
raspbian-backport
sco_port_update
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1_0-branch
server-1_1-branch
transform-proposal
travis-ci
wonderland-dev
xephyr-xcb-rebase
xf-4_0_2-branch
xf-4_1-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xserver-driinterface-versions
xserver-unifdef
Unnamed repository; edit this file to name it for gitweb.
anholt
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
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
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
[next]