summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Xephyr: restore initial window resize lost in xcb conversionJulien Cristau1-0/+6
2013-12-10ephyr: Fix compilation when ./configure'd with --enable-debugJon TURNEY1-4/+4
2013-11-14kdrive: fix cursor jumps on CursorOffScreen behaviorPeter Hutterer1-4/+4
2013-11-14kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to thatPeter Hutterer3-1/+11
2013-11-14kdrive: handle WxH as valid geometry specKeith Packard1-1/+2
2013-11-14ephyr: xcb_connect returns an error, not NULLPeter Hutterer1-2/+2
2013-10-31ephyr: Ensure stride of private framebuffer is multiple of 4Søren Sandmann Pedersen1-7/+8
2013-10-31ephyr: hostx_screen_init(): Fix bits_per_pixel and bytes_per_lineSøren Sandmann Pedersen1-3/+6
2013-10-30kdrive/ephyr: Don't discard one-time driver structure at server resetKeith Packard1-2/+0
2013-10-21unbreak KdEnableInputStrake1-5/+6
2013-10-14Xephyr: restore cursor visibilityMichele Baldessari1-0/+2
2013-10-14Fix Xephyr compilation when DEBUG is enabledMichele Baldessari1-1/+1
2013-10-04kdrive/ephyr: Remove duplicate ephyrExtensions and ephyrExtensionInit declsKeith Packard1-16/+0
2013-10-04Merge remote-tracking branch 'anholt/ephyr-fixes'Keith Packard20-4159/+1682
2013-09-10damage: Implicitly unregister on destroyAdam Jackson1-3/+0
2013-09-10mipointer: Remove EnqueueEvent from miPointerScreenFuncRecAdam Jackson1-1/+0
2013-09-10mipointer: Flatten calls to mieqSwitchScreenAdam Jackson1-1/+0
2013-09-10ephyr: restore GLX supportLaurent Carlier1-0/+20
2013-09-06kdrive: fix build error on gcc 4.8 for out-of-bounds array accessChris Clayton1-1/+1
2013-09-03kdrive: initialize GLX for xephyrSebastien Bacher1-0/+20
2013-09-03ephyr: Do grab/ungrab for ctrl+shift, not just shift+ctrl.Eric Anholt1-3/+6
2013-09-03ephyr: Flush the X connection when updating the window title.Eric Anholt1-0/+1
2013-09-03ephyr: Use host (HW) cursors by default.Eric Anholt3-7/+11
2013-09-03ephyr: Garbage collect some DOA host window clipping code.Eric Anholt2-43/+0
2013-09-03ephyr: Garbage collect some dead XV clipping code.Eric Anholt1-113/+4
2013-09-03ephyr: Remove the helper libs for each of the optional components.Eric Anholt1-49/+38
2013-09-03ephyr: Remove the remaining bits of host/server XV split.Eric Anholt4-202/+33
2013-09-03ephyr: Remove the host/server split of the actual XV video operations.Eric Anholt3-270/+137
2013-09-03ephyr: Remove another host/server split for XV image formats.Eric Anholt3-99/+56
2013-09-03ephyr: Remove the host/server split for video encodings.Eric Anholt3-99/+39
2013-09-03ephyr: Remove the host/server split for XV formats.Eric Anholt3-43/+15
2013-09-03ephyr: Remove the host/server split for XV attributes.Eric Anholt3-177/+86
2013-09-03ephyr: Remove the host/server split for XV adaptors.Eric Anholt3-96/+28
2013-09-03ephyr: Refactor XV adaptor feature detection.Eric Anholt3-110/+17
2013-09-03ephyr: Remove some pointless indirection in the XV code.Eric Anholt3-83/+7
2013-09-03ephyr: Move event processing into ephyr.c.Eric Anholt3-376/+299
2013-09-03ephyr: Move the host screen info into the kdrive screen private.Eric Anholt5-234/+192
2013-09-03ephyr: Rename and use the proper type for what was host_screen->info.Eric Anholt2-33/+34
2013-09-03ephyr: Expose a single function for detecting extensions.Eric Anholt5-34/+22
2013-09-03ephyr: Drop dead ephyrHostAtomToLocal code.Eric Anholt1-34/+0
2013-09-03Xephyr: we're not using Xlib anymore, no need to undef _XSERVER64Julien Cristau3-38/+0
2013-09-03Xephyr: handle errors in event loopJulien Cristau1-0/+15
2013-09-03Xephyr: drop remaining Xlib dependencyJulien Cristau2-46/+20
2013-09-03Xephyr: move glx code to xcbJulien Cristau3-476/+212
2013-09-03Xephyr: remove unused DRI1 codeJulien Cristau3-780/+0
2013-09-03Xephyr: move ephyrdri over to xcbJulien Cristau1-58/+143
2013-09-03Xephyr: use xcb-xv instead of libXvJulien Cristau3-601/+381
2013-09-03Xephyr: use xcb for event handlingJulien Cristau1-129/+155
2013-09-03Xephyr: some more hostx.c xcb-ificationJulien Cristau1-5/+5
2013-09-03Xephyr: move HostX.visual to xcbJulien Cristau1-5/+5