summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-18pointephyr-rebase-worksEric Anholt3-26/+2
2013-08-18ephyr: Refactor XV adaptor feature detection.Eric Anholt3-110/+17
2013-08-18ephyr: Remove some pointless indirection in the XV code.Eric Anholt3-55/+5
2013-08-18ephyr: Rip out the DRI1 support.Eric Anholt14-3790/+2
2013-08-18ephyr: Move event processing into ephyr.c.Eric Anholt3-372/+310
2013-08-18ephyr: Move the host screen info into the kdrive screen private.Eric Anholt5-234/+192
2013-08-18ephyr: Rename and use the proper type for what was host_screen->info.Eric Anholt2-33/+34
2013-08-18ephyr: Expose a single function for detecting extensions.Eric Anholt5-34/+23
2013-08-18ephyr: Drop dead ephyrHostAtomToLocal code.Eric Anholt1-34/+0
2013-08-18Xephyr: we're not using Xlib anymore, no need to undef _XSERVER64Julien Cristau3-38/+0
2013-08-18Xephyr: handle errors in event loopJulien Cristau1-0/+15
2013-08-18Xephyr: drop remaining Xlib dependencyJulien Cristau3-48/+22
2013-08-18Xephyr: move glx code to xcbJulien Cristau3-461/+208
2013-08-18Xephyr: remove unused DRI1 codeJulien Cristau3-780/+0
2013-08-18Xephyr: move ephyrdri over to xcbJulien Cristau2-59/+144
2013-08-18Xephyr: use xcb-xv instead of libXvJulien Cristau4-602/+382
2013-08-18Xephyr: use xcb for event handlingJulien Cristau1-129/+155
2013-08-18Xephyr: some more hostx.c xcb-ificationJulien Cristau1-5/+5
2013-08-18Xephyr: move HostX.visual to xcbJulien Cristau1-5/+5
2013-08-18Xephyr: replace XKeycodeToKeysym with xcb-keysymsJulien Cristau2-6/+9
2013-08-18Xephyr: delete unused hostx_get_extension_info functionJulien Cristau2-20/+0
2013-08-18Xephyr: delete unused proxy codeJulien Cristau4-290/+0
2013-08-18Xephyr: xcb-ify visual list constructionJulien Cristau1-26/+33
2013-08-18Xephyr: xcb-ify pointer/keyboard grabJulien Cristau1-13/+32
2013-08-18Xephyr: no need for XDisplayKeycodesJulien Cristau1-1/+2
2013-08-18Xephyr: use xcb-shape instead of XShape*Julien Cristau1-13/+27
2013-08-18Xephyr: start converting hostx.c over to xcbJulien Cristau3-268/+357
2013-08-18Xephyr: stop loading the host's keymapJulien Cristau3-36/+2
2013-08-17ephyr: Fix warning about XID vs unsigned long * by changing function argsEric Anholt3-6/+5
2013-08-17ephyr: Drop is_ok logging.Eric Anholt1-15/+4
2013-08-17kdrive: Fix const cast warnings in arguments processing.Eric Anholt5-12/+13
2013-08-17kdrive: Fix const cast warnings in driver name handling.Eric Anholt2-3/+3
2013-08-17kdrive: Fix a few easy cast warnings.Eric Anholt4-5/+5
2013-08-17kdrive: Drop dead code.Eric Anholt1-7/+0
2013-08-17ephyr: Fix dead code warning.Eric Anholt1-2/+0
2013-08-17ephyr: Fix const-cast warnings for setting window title.Eric Anholt2-2/+2
2013-08-17ephyr: Fix const cast warnings in ephyrhostvideo.Eric Anholt1-19/+19
2013-08-17Add .dir-locals.elKeith Packard1-0/+1
2013-08-06Merge commit '9680f6a12d642c2e4bfa09bf459d678214059d74'Keith Packard41-44/+52
2013-08-06Allow disabling XFree86-DGA, DRI, VidModeExtension extensionsAlan Coopersmith1-1/+1
2013-08-06xfree86: de-duplicate some AM_CPPFLAGSPeter Hutterer1-3/+3
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer37-42/+42
2013-08-06xfree86: improve check for posix saved idsJulien Cristau3-2/+6
2013-08-06test: include dix-config.h in hashtabletest.cJulien Cristau1-0/+4
2013-08-01test/xi2: fix protocol-xiqueryversion testMaarten Lankhorst1-30/+30
2013-08-01Xi: Clamp XIClient maximal version to XIVersionMaarten Lankhorst1-17/+14
2013-08-01xfree86/man: document AutoAddGPUDave Airlie1-0/+4
2013-07-25Merge remote-tracking branch 'whot/for-keith'Keith Packard4-10/+33
2013-07-26Xi: Allow clients to ask for 2.3 and then 2.2 without failingKeith Packard1-6/+30
2013-07-25xfree86: detach scanout pixmaps when detaching output GPUsAaron Plattner1-3/+16