summaryrefslogtreecommitdiff
path: root/hw/xfree86/dixmods/extmod
AgeCommit message (Expand)AuthorFilesLines
2014-10-02xfree86: Delete file modinit.hDaniel Martin1-80/+0
2012-07-10Remove the last remnants of extmodDaniel Stone2-84/+0
2012-07-10Move XFree86-VidMode from extmod to built-inDaniel Stone3-2179/+1
2012-07-09Move DGA from extmod to built-inDaniel Stone4-1174/+0
2012-07-09Move SELinux from extmod to built-inDaniel Stone1-33/+2
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky4-59/+1
2012-07-09Move XRes from extmod to built-inTomas Carnecky1-8/+0
2012-07-09Move DPMS from extmod to built-inTomas Carnecky1-8/+0
2012-07-09Move MIT-SCREEN-SAVER from extmod to built-inTomas Carnecky1-8/+0
2012-07-09extmod: Use ARRAY_SIZE rather than sentinelDaniel Stone1-7/+1
2012-07-09Add xf86ExtensionInit for DDX extension configurationDaniel Stone1-15/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone4-3/+5
2012-07-09Replace INITARGS with voidTomas Carnecky2-33/+20
2012-07-09Xinerama: Fix ExtensionInit prototypeDaniel Stone1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith1-10/+11
2012-07-09Use C99 designated initializers in xf86 extension RepliesAlan Coopersmith2-163/+189
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith1-1/+1
2012-07-09xf86dga2.c & xf86vmode.c: Move REQUEST_SIZE_MATCH checks before using stuffAlan Coopersmith2-41/+52
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-1/+3
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith2-47/+35
2012-07-07xf86dga: handle DGAAvailable for gpu screens. (v2)Dave Airlie1-0/+1
2012-05-14xfree86: Add ifdef wrapper to xvmodproc.hMichal Suchanek1-0/+4
2012-04-19Merge remote-tracking branch 'yselkowitz/master'Keith Packard1-1/+1
2012-04-11hw/xfree86: Re-indent xf86vmode.cKeith Packard1-346/+480
2012-04-11hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badlyKeith Packard1-1/+1
2012-04-05xfree86: allow modules to be built without undefined symbolsYaakov Selkowitz1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard7-1735/+1618
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard2-4/+4
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson2-4/+4
2011-10-15xfree86: Link modules with -moduleJeremy Huddleston1-1/+1
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-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