summaryrefslogtreecommitdiff
path: root/hw/kdrive
Commit message (Expand)AuthorAgeFilesLines
* Fix various spelling errorsSven Joachim2019-10-012-6/+6
* ephyr: fix typo: rquires -> requiresDiego Viola2019-04-191-1/+1
* Fix missing prototype warning for xf86_find_platform_device_by_devnum()Jon Turney2019-04-171-0/+2
* simple-xinit: Introduce an escaped "--" argument.Eric Anholt2019-03-271-1/+1
* Add ddxInputThread call from os layer into ddx layerAlan Coopersmith2019-02-251-0/+9
* dix: Remove LegalModifier()Adam Jackson2018-09-281-6/+0
* dix: Merge AbortDDX into ddxGiveUpAdam Jackson2018-09-281-7/+1
* meson: Remove XXX for libconfig in kdrive.Eric Anholt2018-08-021-2/+0
* meson: Install man pagesAdam Jackson2018-03-271-0/+7
* man: s/__/@/gAdam Jackson2018-03-272-5/+5
* glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne2018-03-051-0/+1
* Xephyr: Avoid calling xcb_shm_detach() twiceAlexander Volkov2018-02-201-1/+0
* meson: Xephyr Requires xcb-shm version 1.9.3 or newerLaurent Carlier2018-02-191-1/+1
* miinitext: Load GLX on the mi pathAdam Jackson2018-02-141-16/+0
* glx: Use vnd layer for dispatch (v4)Adam Jackson2018-02-143-1/+5
* Xephyr: Call forgotten XShmDetach if can't mmap SHM segmentAlexander Volkov2018-02-021-3/+7
* Xephyr: Prefer using MIT-SHM FD-passing when possibleAlexander Volkov2018-02-012-28/+82
* Xephyr: Extract functions to create/delete shared memory segmentsAlexander Volkov2018-02-011-37/+48
* kdrive: remove KdSignalWrapper etc.Adam Jackson2017-12-131-14/+0
* glamor: Drop the non-VAO rendering pathAdam Jackson2017-11-151-29/+8
* Xephyr: free driverPrivates on FiniGiuseppe Bilotta2017-11-061-0/+2
* Use ARRAY_SIZE all over the treeDaniel Martin2017-10-301-3/+1
* xephyr: Fix regenerationAdam Jackson2017-05-111-3/+5
* meson: Fix kdrive build.Eric Anholt2017-05-042-2/+0
* kdrive: Remove dead slots from KdCardFuncsAdam Jackson2017-05-035-120/+1
* kdrive: Remove KdOsFuncsAdam Jackson2017-05-037-126/+10
* kdrive: static and dead code cleanupAdam Jackson2017-05-038-1080/+50
* Add a Meson build system alongside autotools.Eric Anholt2017-04-263-0/+86
* xephyr: Check for host XVideo support before trying to use itAdam Jackson2017-04-101-0/+5
* dix: Lift DPMS to a screen hookAdam Jackson2017-03-271-12/+0
* kdrive: Drop kdrive-config.h.Eric Anholt2017-03-2316-30/+32
* kdrive: Unifdef KDRIVE_EVDEV.Eric Anholt2017-03-232-35/+0
* Xephyr: Handle source-only pictures in ephyrPrepare/DoneCompositeMichel Dänzer2017-03-231-2/+4
* ephyr: Don't clobber bitsPerPixel when using glamorAdam Jackson2017-03-171-1/+0
* Xephyr: Check screen resources creation successOlivier Fourdan2017-03-152-2/+9
* kdrive: Remove now-unused linux backendAdam Jackson2017-03-015-1096/+1
* xfbdev: RemoveAdam Jackson2017-03-017-1162/+1
* xfake: RemoveAdam Jackson2017-03-019-935/+2
* kdrive: Remove non-evdev input driversAdam Jackson2017-01-196-1699/+0
* ephyr: Leave window unmapped for -glamor-skip-present [v2]Keith Packard2016-10-281-1/+5
* ddx: add new call to purge input devices that weren't addedPeter Hutterer2016-10-261-0/+5
* xephyr: Don't crash if the server advertises zero xv adaptorsAdam Jackson2016-09-281-1/+1
* ephyr: Add a mode for skipping redisplay in glamorEric Anholt2016-09-282-1/+14
* Switch poll() users to xserver_poll()Keith Packard2016-07-213-7/+7
* Remove readmask from screen block/wakeup handlerKeith Packard2016-07-183-8/+6
* hw/kdrive: Use passed-in fd for kdrive/linux APM monitoring [v2]Keith Packard2016-07-181-33/+31
* kdrive: switch from select(2) to poll(2)Keith Packard2016-07-186-48/+28
* ephyr: Process only the last expose or configure available from the serverKeith Packard2016-06-201-5/+22
* ephyr: Process queued X events before blocking [v2]Keith Packard2016-06-203-19/+65
* ephyr: Handle window resize when using glamorKeith Packard2016-06-202-5/+31