summaryrefslogtreecommitdiff
path: root/Xext/xvdisp.c
AgeCommit message (Expand)AuthorFilesLines
12 daysdix: unexport some lookup functionsEnrico Weigelt, metux IT consult1-3/+5
2017-10-10Unvalidated lengthsNathan Kidd1-1/+3
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-21/+21
2016-08-16xv: Remove some dumb calls SendErrorToClientAdam Jackson1-3/+0
2014-12-08Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099]Alan Coopersmith1-0/+20
2014-11-12Drop trailing whitespacesPeter Hutterer1-4/+4
2014-08-07xv: Drop the ClientPtr from the interface to the DDX.Eric Anholt1-6/+4
2014-08-07xv: Remove the no-op AllocatePort/FreePort interfaces.Eric Anholt1-84/+2
2014-08-06xv: Drop the ddQueryAdaptors() interface.Eric Anholt1-2/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-16/+16
2013-10-31Xext: Move MIT-SHM 'ShmDesc' to shmint.hKeith Packard1-12/+1
2013-02-15Xext: renaming shadowing variablePeter Hutterer1-4/+4
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-8/+8
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-48/+64
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-29/+29
2012-03-21Introduce a consistent coding styleKeith Packard1-1146/+1106
2011-12-06xv: test correct number of requests. (v2)Dave Airlie1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-227/+180
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie1-1/+1
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-26/+26
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-8/+8
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-8/+8
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-12/+12
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-3/+3
2010-04-27Simplify XineramifyXv.Jamey Sharp1-83/+64
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-4/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+3
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-2/+2
2009-10-07Fix overlay detection when matching Xv adaptors across screens.Jamey Sharp1-1/+1
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-07-14Xext: switch to byte counting functionsPeter Hutterer1-8/+8
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-147/+87
2008-12-19xv: remove useless XVCALL macroAdam Jackson1-48/+35
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-01-16Yet another Xv extension byte swapping fix.Michel Dänzer1-0/+1
2008-01-09More Xv extension byte swapping fixesAlan Coopersmith1-2/+3
2008-01-02X.Org bug 4947/Sun bug 6646626: Xv extension not byte-swapping properlyAlan Coopersmith1-21/+25
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-535/+377
2007-12-02Fix swapped Xv dispatch under Xinerama.Adam Jackson1-535/+377
2007-09-25xace: add hooks + new access codes: XV extension.Eamon Walsh1-3/+3
2007-09-25xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow accessEamon Walsh1-6/+6
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-5/+6
2006-12-15Convert callers of LookupWindow() to dixLookupWindow().Eamon Walsh1-8/+4
2006-12-14Remove instances of macros SECURITY_VERIFY_GEOMETRABLE and SECURITY_VERIFY_GC.Eamon Walsh1-8/+8
2006-12-14Remove instances of macros LOOKUP_DRAWABLE and VERIFY_DRAWABLE.Eamon Walsh1-13/+10
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-15/+15