summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Xephyr: Extract functions to create/delete shared memory segmentsAlexander Volkov1-37/+48
2017-12-13kdrive: remove KdSignalWrapper etc.Adam Jackson1-14/+0
2017-11-15glamor: Drop the non-VAO rendering pathAdam Jackson1-29/+8
2017-11-06Xephyr: free driverPrivates on FiniGiuseppe Bilotta1-0/+2
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-3/+1
2017-05-11xephyr: Fix regenerationAdam Jackson1-3/+5
2017-05-04meson: Fix kdrive build.Eric Anholt2-2/+0
2017-05-03kdrive: Remove dead slots from KdCardFuncsAdam Jackson5-120/+1
2017-05-03kdrive: Remove KdOsFuncsAdam Jackson7-126/+10
2017-05-03kdrive: static and dead code cleanupAdam Jackson8-1080/+50
2017-04-26Add a Meson build system alongside autotools.Eric Anholt3-0/+86
2017-04-10xephyr: Check for host XVideo support before trying to use itAdam Jackson1-0/+5
2017-03-27dix: Lift DPMS to a screen hookAdam Jackson1-12/+0
2017-03-23kdrive: Drop kdrive-config.h.Eric Anholt16-30/+32
2017-03-23kdrive: Unifdef KDRIVE_EVDEV.Eric Anholt2-35/+0
2017-03-23Xephyr: Handle source-only pictures in ephyrPrepare/DoneCompositeMichel Dänzer1-2/+4
2017-03-17ephyr: Don't clobber bitsPerPixel when using glamorAdam Jackson1-1/+0
2017-03-15Xephyr: Check screen resources creation successOlivier Fourdan2-2/+9
2017-03-01kdrive: Remove now-unused linux backendAdam Jackson5-1096/+1
2017-03-01xfbdev: RemoveAdam Jackson7-1162/+1
2017-03-01xfake: RemoveAdam Jackson9-935/+2
2017-01-19kdrive: Remove non-evdev input driversAdam Jackson6-1699/+0
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