summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr
AgeCommit message (Expand)AuthorFilesLines
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-2/+2
2016-06-20ephyr: Process only the last expose or configure available from the serverKeith Packard1-5/+22
2016-06-20ephyr: Process queued X events before blocking [v2]Keith Packard3-19/+65
2016-06-20ephyr: Handle window resize when using glamorKeith Packard2-5/+31
2016-06-20ephyr: Don't configure window while responding to configure eventsKeith Packard3-0/+13
2016-06-20dix: Call screen block/wakeup handlers closest to blocking [v3]Keith Packard2-16/+29
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-1/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-2/+2
2016-03-10ephyr: Fix redisplay with glamor on GLES.Eric Anholt1-1/+3
2016-03-01kdrive/ephyr: map host X server's keymap into Xephyr, if supportedLaércio de Sousa3-22/+146
2016-03-01ephyr: enable option -sw-cursor by default in multi-seat modeLaércio de Sousa1-0/+3
2016-02-08ephyr: don't load ephyr input driver if -seat option is passedLaércio de Sousa1-17/+18
2016-02-08ephyr: ignore Xorg multiseat command line optionsLaércio de Sousa1-0/+7
2016-01-29ephyr: Make sure we have GLX_ARB_create_context before calling it.Eric Anholt1-14/+20
2016-01-28xephyr: Remove DRI1Adam Jackson13-3490/+0
2016-01-27ephyr: catch X errors if we try to create a core context and fail.Dave Airlie1-0/+10
2016-01-26ephyr: Create 3.1 core profile context if possible (v3)Keith Packard1-1/+17
2016-01-21glamor: Use vertex array objectsKeith Packard1-24/+62
2015-12-01kdrive/ephyr: Use NotifyFd for XCB connection input [v2]Keith Packard5-6/+12
2015-10-06kdrive: Delete unused TOUCHSCREEN define.Jamey Sharp1-1/+0
2015-09-21Xephyr: Paint with subimage for non-Glamor & non-XSHM caseIan Scott1-4/+6
2015-09-21ephyr: move host_has_extension() implementation to hostx.cLaércio de Sousa5-19/+17
2015-09-21ephyr: fix -no-host-grab argument processingJürg Billeter1-1/+1
2015-08-28debug output format fix in ephyrProcessMouseMotion()Jon TURNEY1-2/+2
2015-06-30cursor: drop ARGB_CURSORDave Airlie1-4/+0
2015-05-12Xephyr: Fix broken image when endianess of client machine and host-Xserver di...Egbert Eich1-2/+10
2015-05-12Xephyr: Fix screen image draw for the non-Glamor & non-XHSM caseEgbert Eich1-1/+1
2015-05-12Xephyr: Fix compile when debugging is enabledEgbert Eich1-1/+1
2015-05-12Xephyr: Print default server display number if none is specifiedEgbert Eich1-1/+1
2015-05-12Xephyr: Don't crash when no command line argument is specifiedEgbert Eich1-4/+7
2015-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith2-9/+9
2015-03-24ephyr: Avoid a segfault with 'DISPLAY= Xephyr -glamor'Jon TURNEY1-1/+1
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt1-0/+2
2015-03-24glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREENKeith Packard1-3/+1
2015-03-24ephyr: Fail if glamor is requested but not usableOlivier Fourdan1-3/+6
2015-01-07Synchronize capslock in Xnest and XephyrOlivier Fourdan1-1/+7
2015-01-02ephyr: Implement per-screen colormapsMichele Baldessari4-7/+9
2014-11-12Drop trailing whitespacesPeter Hutterer16-41/+41
2014-10-22Xephyr: option to disable grabbing the hostWilliam ML Leslie3-3/+18
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-1/+1
2014-09-18ephyr: Properly implement hardware cursors (v3)Adam Jackson6-80/+295
2014-08-21ephyr: set screen size & origin from host X server output's CRTC geometryLaércio de Sousa5-7/+174
2014-08-21ephyr: enable screen window placement following kdrive -screen option extende...Laércio de Sousa5-6/+27
2014-07-17Merge remote-tracking branch 'origin/master' into glamor-nextEric Anholt3-0/+11
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-2/+1
2014-07-17ephyr: Free damage structure at server reset timeKeith Packard3-0/+11
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: Simplify the adaptor setup interface.Eric Anholt1-18/+2