summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2012-07-10Remove unused setupFunc from extensionsDaniel Stone3-11/+5
2012-07-10Unify miinitext.cDaniel Stone1-1/+1
2012-07-10Move the remnants of loadext.c to miinitext.cDaniel Stone3-104/+0
2012-07-10Loader: Move ExtensionModule types to DIXDaniel Stone1-11/+1
2012-07-10Loader: Remove extension initialisation sortingDaniel Stone5-354/+0
2012-07-10GLX: Remove extension init dependenciesDaniel Stone1-3/+1
2012-07-10Add static extensions before those in modulesDaniel Stone2-0/+9
2012-07-10Move DRI2 from external module to built-inDaniel Stone13-70/+60
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 Stone11-111/+22
2012-07-10Remove the last remnants of extmodDaniel Stone5-87/+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 Stone2-33/+24
2012-07-09Xv: Remove excessive module-induced indirectionTomas Carnecky3-10/+6
2012-07-09XFree86: sdksyms: Remove unused -DXorgLoaderDaniel Stone1-2/+2
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky8-71/+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 Carnecky4-55/+2
2012-07-09Move DBE from an external module to built-inTomas Carnecky5-59/+3
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 Stone15-21/+73
2012-07-09GLX: Insert swrast provider from GlxExtensionInitDaniel Stone1-5/+0
2012-07-09Replace INITARGS with voidTomas Carnecky6-38/+24
2012-07-09Xinerama: Fix ExtensionInit prototypeDaniel Stone1-1/+1
2012-07-09Xorg: Link XKB DDX library after core server libsDaniel Stone1-1/+1
2012-07-09Use C99 designated initializers in extension EventsAlan Coopersmith3-84/+85
2012-07-09Use C99 designated initializers in xf86 extension RepliesAlan Coopersmith4-261/+302
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-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-5/+7
2012-07-09Fix more poorly indented/wrapped comments & codeAlan Coopersmith1-1/+3
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith3-60/+47
2012-07-07dri2/prime: allocate prime id at screen allocation timeDave Airlie1-5/+32
2012-07-07dri2: add initial prime support. (v1.2)Dave Airlie3-28/+266
2012-07-07xf86: add callback for offloak sink setting support.Dave Airlie2-1/+32
2012-07-07xf86: store scanout pixmap in the xf86 struct as well.Dave Airlie2-1/+9
2012-07-07xf86: make sure rotate calcs are done on the right screen boundariesDave Airlie1-0/+6
2012-07-07xf86/cursor: fallback to sw cursor if we have slaves present.Dave Airlie1-1/+1
2012-07-07xf86: add output source setting callback (v2)Dave Airlie2-1/+38
2012-07-07xf86/crtc: add new interface to detach slave crtcsDave Airlie2-0/+23
2012-07-07xf86: add initial scanout pixmap support (v2)Dave Airlie3-0/+18
2012-07-07xf86dga: handle DGAAvailable for gpu screens. (v2)Dave Airlie4-5/+15
2012-07-07dix: attach unbound screens to protocol screen 0 (v2)Dave Airlie2-0/+8