summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-09Use C99 designated initializers in xf86 extension RepliesAlan Coopersmith4-261/+302
2012-07-09Use C99 designated initializers in Xephyr RepliesAlan Coopersmith2-84/+99
2012-07-09Use C99 designated initializers in dmx RepliesAlan Coopersmith4-161/+216
2012-07-09Use C99 designated initializers in randr RepliesAlan Coopersmith7-159/+204
2012-07-09Use C99 designated initializers in xkb RepliesAlan Coopersmith1-160/+164
2012-07-09Use C99 designated initializers in glx RepliesAlan Coopersmith3-55/+75
2012-07-09Use C99 designated initializers in various extension RepliesAlan Coopersmith7-59/+73
2012-07-09Use C99 designated initializers in Xinput RepliesAlan Coopersmith28-174/+226
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith17-378/+471
2012-07-09Use C99 designated initializers in dix RepliesAlan Coopersmith7-220/+265
2012-07-09Use C99 designated initializers in SendErrorToClientAlan Coopersmith1-8/+7
2012-07-09Use calloc to zero fill buffers being allocated for replies & eventsAlan Coopersmith9-13/+15