summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Remove last renmants of XFree86LOADER defineDaniel Stone3-7/+1
2012-07-10Remove unused setupFunc from extensionsDaniel Stone5-43/+30
2012-07-10Replace NO_HW_ONLY_EXTS with Xorg DDX testDaniel Stone3-4/+1
2012-07-10Unify miinitext.cDaniel Stone2-122/+2
2012-07-10Remove Xorg-specific extensions from non-Xorg miinitextDaniel Stone1-26/+1
2012-07-10Quartz: Move PseudoramiX initialisation to DDXDaniel Stone2-5/+19
2012-07-10Move the remnants of loadext.c to miinitext.cDaniel Stone5-107/+86
2012-07-10Loader: Move ExtensionModule types to DIXDaniel Stone3-14/+40
2012-07-10Loader: Remove extension initialisation sortingDaniel Stone7-374/+16
2012-07-10GLX: Remove extension init dependenciesDaniel Stone1-3/+1
2012-07-10Add static extensions before those in modulesDaniel Stone3-11/+29
2012-07-10Move DRI2 from external module to built-inDaniel Stone14-71/+66
2012-07-10DRI2: Remove prototype for DRI2DestroyDrawableDaniel Stone1-2/+0
2012-07-10XFree86: DRI: Don't use per-target CFLAGSDaniel Stone1-11/+11
2012-07-10Move DRI1 from external module to built-inDaniel Stone15-119/+31
2012-07-10Xext: Only build one libraryDaniel Stone2-26/+3
2012-07-10Remove the last remnants of extmodDaniel Stone7-90/+1
2012-07-10Move XFree86-VidMode from extmod to built-inDaniel Stone6-18/+16
2012-07-09DGA: Remove excessive module-induced indirectionTomas Carnecky3-21/+8
2012-07-09Move DGA from extmod to built-inDaniel Stone8-1062/+1041
2012-07-09Move SELinux from extmod to built-inDaniel Stone5-37/+33
2012-07-09Xv: Remove excessive module-induced indirectionTomas Carnecky9-40/+12
2012-07-09XFree86: sdksyms: Remove unused -DXorgLoaderDaniel Stone1-2/+2
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky16-84/+34
2012-07-09Move XRes from extmod to built-inTomas Carnecky5-10/+7
2012-07-09Move DPMS from extmod to built-inTomas Carnecky4-10/+5
2012-07-09Move MIT-SCREEN-SAVER from extmod to built-inTomas Carnecky4-10/+5
2012-07-09Move RECORD from external module to built-inTomas Carnecky7-57/+7
2012-07-09Move DBE from an external module to built-inTomas Carnecky8-62/+10
2012-07-09miinitext: Use ARRAY_SIZE rather than sentinelDaniel Stone1-5/+5
2012-07-09extmod: Use ARRAY_SIZE rather than sentinelDaniel Stone1-7/+1
2012-07-09Add xf86ExtensionInit for DDX extension configurationDaniel Stone5-15/+88
2012-07-09Loader: Drop EXTERN_MODULE flagDaniel Stone3-16/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone65-274/+264
2012-07-09GLX: Insert swrast provider from GlxExtensionInitDaniel Stone5-21/+8
2012-07-09Reorder extension initialisation for non-XorgDaniel Stone1-53/+75
2012-07-09Replace INITARGS with voidTomas Carnecky16-84/+65
2012-07-09Xinerama: Fix ExtensionInit prototypeDaniel Stone2-2/+2
2012-07-09Make extension.h self-contained, remove C++ externsDaniel Stone1-2/+3
2012-07-09Add a common ARRAY_SIZE macro to dix.hDaniel Stone3-4/+2
2012-07-09Xorg: Link XKB DDX library after core server libsDaniel Stone1-1/+1
2012-07-09Don't make failure to -nolisten fatalDaniel Stone1-2/+2
2012-07-09Xext: Add hashtable.h to sources to fix distcheckDaniel Stone1-1/+1
2012-07-09Replace padlength tables with inline functions from misc.hAlan Coopersmith5-13/+50
2012-07-09ephyrGLXQueryServerString: Stop making an unused copy of server_stringAlan Coopersmith1-11/+1
2012-07-09Initialize padding bits to 0 in ErrorConnMax()Alan Coopersmith1-1/+1
2012-07-09Set padding bytes to 0 in WriteToClientAlan Coopersmith1-1/+5
2012-07-09Use C99 designated initializers in dix registryAlan Coopersmith1-3/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith23-319/+321
2012-07-09Use C99 designated initializers in dix EventsAlan Coopersmith10-206/+204