summaryrefslogtreecommitdiff
path: root/Xext/xvmain.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson1-4/+4
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-5/+3
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-3/+3
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-5/+5
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+2
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-16/+18
2003-11-14Initial revisionKaleb Keithley1-0/+1196