summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-03Xephyr: replace XKeycodeToKeysym with xcb-keysymsJulien Cristau1-5/+8
2013-09-03Xephyr: delete unused hostx_get_extension_info functionJulien Cristau2-20/+0
2013-09-03Xephyr: delete unused proxy codeJulien Cristau4-290/+0
2013-09-03Xephyr: xcb-ify visual list constructionJulien Cristau1-26/+33
2013-09-03Xephyr: xcb-ify pointer/keyboard grabJulien Cristau1-13/+32
2013-09-03Xephyr: no need for XDisplayKeycodesJulien Cristau1-1/+2
2013-09-03Xephyr: use xcb-shape instead of XShape*Julien Cristau1-13/+27
2013-09-03Xephyr: start converting hostx.c over to xcbJulien Cristau2-266/+355
2013-09-03Xephyr: stop loading the host's keymapJulien Cristau3-36/+2
2013-08-21ephyr: Fix warning about XID vs unsigned long * by changing function argsEric Anholt3-6/+5
2013-08-21ephyr: Drop is_ok logging.Eric Anholt1-15/+4
2013-08-21kdrive: Fix const cast warnings in arguments processing.Eric Anholt2-3/+3
2013-08-21ephyr: Fix dead code warning.Eric Anholt1-2/+0
2013-08-21ephyr: Fix const-cast warnings for setting window title.Eric Anholt2-2/+2
2013-08-21ephyr: Fix const cast warnings in ephyrhostvideo.Eric Anholt1-19/+19
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-07-17Xephyr: Use _XEatDataWords (from Xlib 1.6) instead of _XEatDataAlan Coopersmith3-6/+8
2013-07-17Xephyr: integer overflow in XF86DRIGetClientDriverName()Alan Coopersmith1-3/+5
2013-07-17Xephyr: integer overflow in XF86DRIOpenConnection()Alan Coopersmith1-1/+6
2013-07-17Xephyr: integer overflow in ephyrHostGLXGetStringFromServer()Alan Coopersmith1-18/+29
2013-05-15ephyr: add -resizeable to the man pagePeter Hutterer1-0/+4
2013-05-15ephyr: fix typo in man pagePeter Hutterer1-1/+1
2013-03-06xephyr: fix "set but not used warnings"Peter Hutterer1-24/+0
2013-03-04ephyr: Fix crash on 24bpp host framebufferDaniel Martin3-6/+9
2013-02-18ephyr: Add -resizeable optionDaniel Martin3-12/+29
2013-02-05Free keymap on error in Xephyr's hostx_load_keymapAlan Coopersmith1-1/+2
2012-12-05Fix formatting of address operatorsYaakov Selkowitz6-20/+20