summaryrefslogtreecommitdiff
path: root/hw/xfree86/dixmods
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Drop trailing whitespacesPeter Hutterer2-16/+16
2014-10-02xfree86: Delete file modinit.hDaniel Martin1-80/+0
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-2/+2
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov1-5/+3
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-2/+2
2013-10-29glx: Remove DRI1 AIGLX (v2)Adam Jackson1-3/+0
2013-10-14Update GLX dependencies now that DRI & DRI2 are builtins, not modulesAlan Coopersmith1-1/+1
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2012-11-21Constify extensions in LoadExtension usersDaniel Stone1-1/+1
2012-07-25glx: drop GLX_LIBS from X server and workaround sdksyms.Dave Airlie1-0/+1
2012-07-10Remove unused setupFunc from extensionsDaniel Stone1-2/+1
2012-07-10Unify miinitext.cDaniel Stone1-1/+1
2012-07-10Loader: Remove extension initialisation sortingDaniel Stone1-1/+0
2012-07-10GLX: Remove extension init dependenciesDaniel Stone1-3/+1
2012-07-10Remove the last remnants of extmodDaniel Stone3-86/+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-09Move RECORD from external module to built-inTomas Carnecky2-52/+1
2012-07-09Move DBE from an external module to built-inTomas Carnecky2-54/+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 Stone7-7/+8
2012-07-09GLX: Insert swrast provider from GlxExtensionInitDaniel Stone1-5/+0
2012-07-09Replace INITARGS with voidTomas Carnecky4-35/+22
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 Packard2-11/+15
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 Selkowitz2-11/+15
2012-03-21Introduce a consistent coding styleKeith Packard15-1826/+1706
2012-01-15xfree86: Don't link libxorgxkb against libdix.laJeremy Huddleston1-1/+0
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 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