summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2008-08-13Eviscerate save-under support.Adam Jackson1-13/+0
2008-08-05Redefine WindowTable as a fixed arrayTomas Carnecky2-3/+1
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-11/+1
2008-07-23Unifdef VXWORKS.Adam Jackson2-17/+0
2008-07-23[Xephyr] various X86_64 build cleanupsDodji Seketeli5-19/+18
2008-07-23[Xephyr] Fix #15839Dodji Seketeli4-0/+43
2008-07-17Remove dead code, useless #defines, et alDaniel Stone3-215/+6
2008-07-17Dead code removalDaniel Stone1-5/+1
2008-07-17KDrive: Delete rafts of unused codeDaniel Stone14-1131/+0
2008-07-16OS/KDrive/XFree86: Sanitise colour initialisationDaniel Stone1-881/+0
2008-07-13Xi: remove ChangeDeviceControl for CoreCtl.Peter Hutterer1-0/+1
2008-07-02Fix GLX in Xvfb and kdrive.Adam Jackson5-0/+10
2008-07-02Remove KdOffscreenMarkUsed() as all its callers are gone.Chris Ball2-26/+0
2008-07-01Auf wiedersehen, KAA.Adam Jackson7-2405/+0
2008-07-01Sun bug #6685465: Xephyr uses wrong or bad colortable in 8-bit modeJeremy Uejio1-2/+28
2008-06-23kdrive: fix building with --disable-xv (bug#16488)Julien Cristau1-2/+7
2008-06-11kdrive: fix wrong use of &, should be | instead.Peter Hutterer1-1/+1
2008-06-08ephyr: some whitespace changes.Peter Hutterer1-11/+11
2008-06-02kdrive: don't post motion event if there was no motion. #16179Peter Hutterer1-6/+10
2008-06-02kdrive: changes ephyr API according mpx merge.Tiago Vignatti2-4/+12
2008-05-31kdrive: fix up callers to KdQueueEvent, need to pass xEvent, not EventListPtrPeter Hutterer1-3/+3
2008-05-31dix: ProcQueryPointer doesn't need special grab handling, PickPointer does itPeter Hutterer1-0/+2
2008-05-26Merge branch 'master' into mpxPeter Hutterer7-26/+4
2008-05-25Remove GetMotionProc from ValuatorClassRec.Peter Hutterer1-1/+0
2008-05-23kdrive: need not export symbols for glx anymoreGeorge Sapountzis5-20/+0
2008-05-21Fix up paths for GL/glx -> glx renamingDan Nicholson1-4/+4
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-2/+0
2008-05-20Merge branch 'master' into mpxPeter Hutterer169-63340/+15
2008-05-16The great kdrive purge.Adam Jackson167-63330/+3
2008-05-11kdrive: allow disabling CompositeJulien Cristau1-6/+0
2008-05-04Xephyr: Handle depth 30 and reject higher depths rather than crashing.Aaron Plattner1-1/+12
2008-05-02Merge branch 'master' into mpxPeter Hutterer32-624/+308
2008-04-23xephyr: XEPHYR_DRI is identical to XF86DRIGeorge Sapountzis9-41/+18
2008-04-23xephyr: sync with mesaGeorge Sapountzis5-520/+123
2008-04-23xephyr: libGL is client libGeorge Sapountzis1-9/+3
2008-04-23xephyr: Makefile cleanup 2George Sapountzis1-8/+20
2008-04-23xephyr: Makefile cleanup 1George Sapountzis1-49/+39
2008-04-23glcore: prepare for dynamic loadingGeorge Sapountzis18-0/+72
2008-04-22Reuse the existing framebuffer mode in kdrive/fbdevRoss Burton1-9/+17
2008-04-22Add mediumraw support to the linux kdrive driverRoss Burton1-1/+25
2008-04-22Enable the epson kdrive driverRoss Burton1-2/+2
2008-04-22Add a default touchscreen pathRoss Burton1-0/+4
2008-04-22Merge branch 'master' into mpxPeter Hutterer3-5/+4
2008-04-10Remove NDEBUG (assert() disable) define from the X Server.Eric Anholt3-5/+4
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer7-15/+112
2008-03-24Bug #10016: Implement WM_CLASS hints in Xephyr.David Nusinow4-0/+51
2008-03-18[Xephyr/DRI] correctly route motion events targeted at GL drawableDodji Seketeli3-7/+31
2008-03-14Xephyr: Build fix: Port across XF86dri.c changes from Mesa.Donnie Berkholz1-8/+29
2008-03-14Xephyr: Distribute ephyrdriext.h in tarballs.Donnie Berkholz1-0/+1
2008-03-04Merge branch 'master' into mpxPeter Hutterer12-41/+162