summaryrefslogtreecommitdiff
path: root/Xext/xvmain.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-01dispatch: Mark swapped dispatch as _X_COLDAdam Jackson1-2/+2
2016-03-02xv: fix double free in AddResource failure caseJulien Cristau1-3/+2
2016-03-02xv: Fix unchecked AddResourceAdam Jackson1-2/+4
2015-10-21Xv: Only stop the adaptors when the Pixmap is finally destroyedChris Wilson1-58/+24
2015-04-21Convert top level extensions to new *allocarray functionsAlan Coopersmith1-1/+1
2014-11-24Merge remote-tracking branch 'whot/for-keith'Keith Packard1-9/+9
2014-11-12Drop trailing whitespacesPeter Hutterer1-9/+9
2014-10-31xv: Add missing gcstruct.h includeThierry Reding1-1/+1
2014-08-07xv: Drop the ClientPtr from the interface to the DDX.Eric Anholt1-10/+10
2014-08-07xv: Remove the no-op AllocatePort/FreePort interfaces.Eric Anholt1-1/+1
2014-08-06xv: Fix malloc-failure cases in the fill color key helper.Eric Anholt1-9/+13
2014-08-06xv: Move xf86 XV color key helper to core.Eric Anholt1-0/+31
2014-08-06xv: Move CloseScreen setup from a DIX hook to normal wrapping.Eric Anholt1-2/+0
2014-08-06xv: Drop unused XvdiVideoStopped().Eric Anholt1-24/+0
2014-08-06xv: Drop unused XvdiPreemptVideo().Eric Anholt1-22/+0
2014-08-06xv: Move common code for adaptor cleanup to xvmain.cEric Anholt1-0/+39
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-14/+14
2013-04-16Stop the shoutingPeter Hutterer1-2/+2
2012-07-09Xv: Remove excessive module-induced indirectionTomas Carnecky1-12/+0
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky1-0/+12
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-0/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-12/+14
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-4/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-710/+622
2011-04-25Xext: Silence warnings when building with clangJeremy Huddleston1-6/+1
2011-03-08xv: Use RESTYPE where appropriateAdam Jackson1-8/+6
2010-06-21xv: Don't send port notify when SetPortAttribute failsVille Syrjälä1-3/+4
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-3/+8
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-0/+1
2010-05-19Use WriteEventsToClient rather than TryClientEvents where possible.Jamey Sharp1-4/+2
2010-05-19xv: TryClientEvents already checks client and sets sequenceNumber.Jamey Sharp1-22/+14
2010-05-13clientErrorValue is never used outside dix. Stop importing it.Jamey Sharp1-2/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-7/+7
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-13/+10
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-4/+11
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-2/+7
2009-01-22Remove a bunch of useless casts.Adam Jackson1-27/+25
2009-01-11Xext: ANSI cleanupsJulien Cristau1-6/+1
2008-12-19xv: remove useless XVCALL macroAdam Jackson1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-32/+32
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-29/+29
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-01-18dix: remove inputInfo.pointer reference in TryClientEvents.Peter Hutterer1-4/+4
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-12-02Fix swapped Xv dispatch under Xinerama.Adam Jackson1-2/+2
2007-11-20Revert "registry: Register Xv extension protocol names."Eamon Walsh1-53/+0
2007-10-15registry: Register Xv extension protocol names.Eamon Walsh1-0/+53
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-22/+10
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-4/+4