summaryrefslogtreecommitdiff
path: root/hw/xfree86/dixmods
AgeCommit message (Expand)AuthorFilesLines
2011-10-15xfree86: Link modules with -moduleJeremy Huddleston2-7/+7
2011-09-21Use correct swap{l,s} (or none at all for CARD8)Matt Turner1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-236/+208
2011-07-01XKB: Add debug key actions for grabs & window treeDaniel Stone1-0/+15
2011-04-26configure: Let configure --enable/disable-aiglx control building of AIGLX for...Jon TURNEY1-1/+1
2011-01-27xfree86/dga: Remove DGAIsDgaEvent()Ville Syrjala1-1/+0
2010-12-31Fix asprintf typo in commit d2c42b10Alan Coopersmith1-1/+1
2010-12-31xcmisc: warning fixAdam Jackson1-0/+4
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith1-4/+1
2010-12-01DGA: fix screen number checkJulien Cristau1-23/+23
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti4-163/+81
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov2-10/+10
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2-13/+24
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-2/+2
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-4/+1
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-2/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp2-56/+52
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov3-31/+31
2010-04-23xfree86: use screen privates for exclusive DGA clientsJamey Sharp1-33/+37
2010-04-21Death to Multibuffer extensionTiago Vignatti2-14/+0
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+2
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer2-4/+6
2009-09-21xfree86: silence warning: ‘ramplen’ may be used uninitializedPeter Hutterer1-1/+1
2009-09-04require xf86vidmodeproto 2.2.99.1 or newer.Peter Hutterer2-4/+2
2009-08-27xfree86: require xf86dgaproto 2.0.99.1.Peter Hutterer2-5/+2
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-9/+5
2009-07-14xfree86: switch to byte counting functionsPeter Hutterer2-25/+25
2009-06-17xfree86: fix two compiler warnings in xf86vmode.cPeter Hutterer1-2/+2
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-8/+10
2009-04-24Fix byte swapping of XF86VidMode{Get,Set}GammaRampAlan Coopersmith1-10/+6
2009-03-04Remove dead XTest code from extmodTomas Carnecky1-9/+0
2009-02-10glx: Replace broken GLX visual setup with a fixed "all" mode.Eric Anholt1-15/+0
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer5-7/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade7-113/+36
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade1-2/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade4-6/+6
2008-10-09DGA: Track client state even when using old style DGA.Luc Verhaegen1-10/+35
2008-10-09DGA: Mash together xf86dga.c and xf86dga2.c.Luc Verhaegen3-341/+311
2008-10-08DGA: Fix ProcXF86DGASetViewPort for missing support in driver.Luc Verhaegen1-2/+5
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky2-4/+7
2008-08-28MIT-SHM pixmaps, if they exist, are ZPixmap.Adam Jackson1-3/+0
2008-08-18Remove the remainder of grab deactivation and closedown.Adam Jackson1-4/+0
2008-08-10Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.hMatthieu Herrb1-0/+1
2008-08-05Redefine WindowTable as a fixed arrayTomas Carnecky1-2/+1
2008-07-24Sync is built-in and mandatory.Adam Jackson2-16/+0
2008-07-24XC-MISC is built-in and mandatory.Adam Jackson2-14/+0