summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86xv.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-5/+5
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson1-1/+1
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-3/+3
2014-09-26xfree86: Remove xv clip notify driver hookAdam Jackson1-4/+0
2014-08-07xv: Drop the ClientPtr from the interface to the DDX.Eric Anholt1-29/+20
2014-08-07xv: Remove the no-op AllocatePort/FreePort interfaces.Eric Anholt1-17/+0
2014-08-06xv: Move xf86 XV color key helper to core.Eric Anholt1-24/+1
2014-08-06xv: Move CloseScreen setup from a DIX hook to normal wrapping.Eric Anholt1-13/+6
2014-08-06xv: Move the DDX XV screen private allocation into the DDXes.Eric Anholt1-7/+7
2014-08-06xv: Drop the ddQueryAdaptors() interface.Eric Anholt1-16/+2
2014-08-06xv: Move common code for adaptor cleanup to xvmain.cEric Anholt1-30/+1
2014-08-06xv: Remove dead VIDEO_NO_CLIPPING from the xorg and kdrive DDXes.Eric Anholt1-46/+0
2014-08-06xv: Remove dead VIDEO_INVERT_CLIPLIST from the xorg and kdrive DDXes.Eric Anholt1-24/+0
2014-06-15xorg: Remove duplicated definitions of some XV-related structs.Eric Anholt1-41/+12
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-4/+4
2012-07-09Xv: Remove excessive module-induced indirectionTomas Carnecky1-5/+4
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky1-4/+0
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-19/+16
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-5/+5
2012-05-14xfree86: don't include xvmodproc.h when not neededMichal Suchanek1-1/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-1587/+1566
2011-04-07xfree86: xv: set pointers to NULL in xf86XVFreeAdaptorTiago Vignatti1-0/+6
2011-04-07xfree86: xv: fix double free in xf86XVFreeAdaptorTiago Vignatti1-1/+2
2011-02-03xf86/xv: Only register PostValidateTree hook when there is work to doPauli Nieminen1-7/+11
2011-02-03xf86/xv: Use PostValidateTree to do reputPauli Nieminen1-14/+40
2011-02-03xf86/xv: Fill color key on exposePauli Nieminen1-6/+72
2011-02-03xf86/xv: Remove unused GC pointersPauli Nieminen1-10/+0
2011-02-03xf86/xv: Remove copy paste code.Pauli Nieminen1-57/+11
2010-11-26xfree86/xv: Provide a ModeSet hookVille Syrjälä1-0/+24
2010-11-26xfree86/xv: Pass all coordinate arguments to ReputImageVille Syrjälä1-0/+7
2010-11-26xfree86/xv: Add some helpful comments about ReputImageVille Syrjälä1-1/+2
2010-11-26xfree86/xv: Fix ReputImage clippingVille Syrjälä1-0/+38
2010-11-26xfree86/xv: Remove clipOrg from XvPortRecPrivateVille Syrjälä1-3/+3
2010-11-26xfree86/xv: Factor out the meat of xf86XVAdjustFrame for later reuseVille Syrjälä1-31/+35
2010-11-26xfree86/xv: Change the behaviour of AdjustFrame to reput everythingVille Syrjälä1-15/+17
2010-11-26xfree86/xv: No need to free composite clip in AdjustFrameVille Syrjälä1-6/+0
2010-11-26xfree86/xv: Change the behaviour of ClipNotify to reput instead of stopVille Syrjälä1-18/+10
2010-11-26xfree86/xv: Allow xf86XVReputOrStopPort() to stop PutVideo/GetVideo portsVille Syrjälä1-10/+23
2010-11-26xfree86/xv: Factor out the meat of xf86XVWindowExposures for later reuseVille Syrjälä1-25/+28
2010-11-26xfree86/xv: Eliminate two open coded copies of xf86XVRemovePortFromWindowVille Syrjälä1-25/+2
2010-11-26xfree86/xv: Remove useless NULL check from ClipNotifyVille Syrjälä1-3/+0
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-6/+3
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard1-0/+8
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-21/+0
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-8/+13
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-86/+86
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-2/+2
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-7/+8