summaryrefslogtreecommitdiff
path: root/hw/xfree86/dixmods
AgeCommit message (Expand)AuthorFilesLines
2018-02-14miinitext: Load GLX on the mi pathAdam Jackson1-6/+0
2018-02-14glx: Use vnd layer for dispatch (v4)Adam Jackson1-0/+1
2017-10-12meson: Fix linkage of loadable modules for PE/COFFJon Turney1-1/+4
2017-10-12meson: Fix underlinkage of shadow loadable moduleJon Turney1-1/+2
2017-06-27Move statically linked xorgxkb files from dixmods to a separate directoryJon TURNEY5-187/+2
2017-05-09meson: Use link_whole() not link_with(), for the Xorg dixmods.Eric Anholt1-4/+4
2017-05-03meson: use link_with for Xorg's shared modules as well as Xorg.Eric Anholt1-4/+4
2017-04-27meson: Build libwfb.soAdam Jackson1-0/+12
2017-04-27meson: Build libglx.soAdam Jackson1-0/+15
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+38
2016-10-27glx/dri2: Don't build DRI loader if DRI2 isn't enabledJon Turney1-0/+2
2016-10-05configure.ac: remove --enable-aiglx optionEmil Velikov1-2/+0
2016-10-05xfree86: remove aiglx cmd/xorg.conf optionEmil Velikov1-7/+3
2015-11-10Also dump passive grabs on XF86LogGrabInfoMichael Stapelberg1-0/+2
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