summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2017-09-22xephyr: Check for host XVideo support before trying to use itAdam Jackson1-0/+5
2017-09-22ephyr: Don't clobber bitsPerPixel when using glamorAdam Jackson1-1/+0
2017-09-21Xephyr: Check screen resources creation successOlivier Fourdan2-2/+9
2016-10-28ephyr: Leave window unmapped for -glamor-skip-present [v2]Keith Packard1-1/+5
2016-10-26ddx: add new call to purge input devices that weren't addedPeter Hutterer1-0/+5
2016-09-28xephyr: Don't crash if the server advertises zero xv adaptorsAdam Jackson1-1/+1
2016-09-28ephyr: Add a mode for skipping redisplay in glamorEric Anholt2-1/+14
2016-07-21Switch poll() users to xserver_poll()Keith Packard3-7/+7
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard3-8/+6
2016-07-18hw/kdrive: Use passed-in fd for kdrive/linux APM monitoring [v2]Keith Packard1-33/+31
2016-07-18kdrive: switch from select(2) to poll(2)Keith Packard6-48/+28
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-20kdrive: Only enable threaded input if we have input devicesKeith Packard1-1/+2
2016-06-08dix: Use OsSignal() not signal()Adam Jackson4-5/+0
2016-05-26kdrive: Use threaded inputKeith Packard1-2/+4
2016-05-26kdrive: Don't lock input across read in KdNotifyFdKeith Packard1-2/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard2-66/+12
2016-05-26kdrive: Remove unneeded AddEnabledDevice/RemoveEnabledDevice callsKeith Packard1-2/+0
2016-04-29kdrive: Nuke a bunch of dead codeAdam Jackson1-441/+0
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 Sousa4-26/+150
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa1-1/+3
2016-03-01ephyr: enable option -sw-cursor by default in multi-seat modeLaércio de Sousa1-0/+3
2016-03-01kdrive: add options to set default XKB propertiesLaércio de Sousa2-5/+61
2016-03-01kdrive: introduce input hot-plugging support for udev and hal backends (#33140)Laércio de Sousa4-22/+198
2016-02-22kdrive/evdev: update keyboard LEDs (#22302)Laércio de Sousa1-3/+8
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-2/+2
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-02-08kdrive: don't let evdev driver overwrite existing device namesLaércio de Sousa1-2/+4
2016-02-08kdrive: set "evdev" driver for input devices automatically, if available.Laércio de Sousa1-0/+25
2016-02-08kdrive: fix up NewInputDeviceRequest() implementationLaércio de Sousa1-46/+30
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-12-01hw/kdrive: Use NotifyFd for kdrive input devicesKeith Packard1-14/+14
2015-12-01hw/kdrive: Use NotifyFd interface for kdrive/linux APM monitoringKeith Packard1-13/+4
2015-11-30Replace 'sun' with '__sun'Richard PALO1-1/+1
2015-11-30kdrive/UnregisterFd: Fix off by oneEgbert Eich1-1/+1
2015-10-06kdrive: Delete unused TOUCHSCREEN define.Jamey Sharp3-13/+0
2015-09-23kdrive: Remove dead debug arrays.Eric Anholt1-35/+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