summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2014-07-17Merge remote-tracking branch 'origin/master' into glamor-nextEric Anholt5-0/+16
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-2/+1
2014-07-17ephyr: Free damage structure at server reset timeKeith Packard5-0/+16
2014-06-16xephyr: Allow initializing glamor with gles2 (on GLX).Eric Anholt2-2/+34
2014-06-15glamor: Share code for put_image handling.Eric Anholt1-89/+6
2014-06-15ephyr: Add support for XV using glamor.Eric Anholt4-1/+262
2014-06-15kdrive: Mark XV names const to avoid warnings.Eric Anholt1-2/+2
2014-06-15kdrive: Simplify the adaptor setup interface.Eric Anholt3-23/+7
2014-06-15kdrive: Remove dead generic XV adaptors code.Eric Anholt3-57/+1
2014-06-15kdrive: Do a little more cleanup from the XV struct deduplication.Eric Anholt3-29/+19
2014-06-12ephyr: Deal with non-root visual for windowKeith Packard1-10/+21
2014-04-18kdrive: Ignore failure to chown console tty to current userKeith Packard1-2/+5
2014-04-18kdrive: Explicitly ignore errors from the -switchCmd scriptKeith Packard1-1/+8
2014-04-03Revert "glx: Make sure we get an FBConfig the root window's visual."Eric Anholt1-1/+0
2014-03-27Fix ephyr build with --disable-glamorJon TURNEY1-1/+4
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-4/+1
2014-03-26Xephyr: restore initial window resize lost in xcb conversionJulien Cristau1-0/+6
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-1/+3
2014-03-26kdrive: Remove duplicated definitions of some XV-related structs.Eric Anholt2-59/+4
2014-03-26ephyr: typo where "()" should be "$()" in the Makefile - breaks make distGaetan Nadon1-1/+1
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov1-4/+1
2014-03-17glx: Make sure we get an FBConfig the root window's visual.Eric Anholt1-0/+1
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt1-3/+0
2014-03-17xephyr: Don't forget to glViewport() before drawing the screen.Eric Anholt3-0/+29
2014-03-07Fix xephyr build in --disable-glamor caseJon TURNEY1-3/+8
2014-03-05xephyr: Pass incoming XCB events to the Xlib event filter.Eric Anholt3-2/+55
2014-03-05xephyr: Build support for rendering with glamor using a -glamor option.Eric Anholt7-16/+554
2014-02-07ephyr: Repaint entire screen when colormap is updatedKeith Packard1-0/+15
2014-01-22kdrive/ephyr: Remove extra 'i' variable in ProcXF86DRIGetDrawableInfoKeith Packard1-1/+0
2014-01-22kdrive: Fix -Wshadow errorsKeith Packard2-4/+4
2014-01-22Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+26
2014-01-12Replace 'pointer' type with 'void *'Keith Packard9-51/+51
2014-01-12kdrive/ephyr; Don't redeclare monitorResolutionKeith Packard1-2/+0
2014-01-12kdrive/ephyr: ddxUseMsg is supposed to returnKeith Packard1-2/+0
2014-01-09ephyr: don't allow a shift+ctrl keygrab if mod1 was enabledPeter Hutterer1-1/+26
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