index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
kdrive
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-01
Xephyr: Extract functions to create/delete shared memory segments
Alexander Volkov
1
-37
/
+48
2017-12-13
kdrive: remove KdSignalWrapper etc.
Adam Jackson
1
-14
/
+0
2017-11-15
glamor: Drop the non-VAO rendering path
Adam Jackson
1
-29
/
+8
2017-11-06
Xephyr: free driverPrivates on Fini
Giuseppe Bilotta
1
-0
/
+2
2017-10-30
Use ARRAY_SIZE all over the tree
Daniel Martin
1
-3
/
+1
2017-05-11
xephyr: Fix regeneration
Adam Jackson
1
-3
/
+5
2017-05-04
meson: Fix kdrive build.
Eric Anholt
2
-2
/
+0
2017-05-03
kdrive: Remove dead slots from KdCardFuncs
Adam Jackson
5
-120
/
+1
2017-05-03
kdrive: Remove KdOsFuncs
Adam Jackson
7
-126
/
+10
2017-05-03
kdrive: static and dead code cleanup
Adam Jackson
8
-1080
/
+50
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
3
-0
/
+86
2017-04-10
xephyr: Check for host XVideo support before trying to use it
Adam Jackson
1
-0
/
+5
2017-03-27
dix: Lift DPMS to a screen hook
Adam Jackson
1
-12
/
+0
2017-03-23
kdrive: Drop kdrive-config.h.
Eric Anholt
16
-30
/
+32
2017-03-23
kdrive: Unifdef KDRIVE_EVDEV.
Eric Anholt
2
-35
/
+0
2017-03-23
Xephyr: Handle source-only pictures in ephyrPrepare/DoneComposite
Michel Dänzer
1
-2
/
+4
2017-03-17
ephyr: Don't clobber bitsPerPixel when using glamor
Adam Jackson
1
-1
/
+0
2017-03-15
Xephyr: Check screen resources creation success
Olivier Fourdan
2
-2
/
+9
2017-03-01
kdrive: Remove now-unused linux backend
Adam Jackson
5
-1096
/
+1
2017-03-01
xfbdev: Remove
Adam Jackson
7
-1162
/
+1
2017-03-01
xfake: Remove
Adam Jackson
9
-935
/
+2
2017-01-19
kdrive: Remove non-evdev input drivers
Adam Jackson
6
-1699
/
+0
2016-10-28
ephyr: Leave window unmapped for -glamor-skip-present [v2]
Keith Packard
1
-1
/
+5
2016-10-26
ddx: add new call to purge input devices that weren't added
Peter Hutterer
1
-0
/
+5
2016-09-28
xephyr: Don't crash if the server advertises zero xv adaptors
Adam Jackson
1
-1
/
+1
2016-09-28
ephyr: Add a mode for skipping redisplay in glamor
Eric Anholt
2
-1
/
+14
2016-07-21
Switch poll() users to xserver_poll()
Keith Packard
3
-7
/
+7
2016-07-18
Remove readmask from screen block/wakeup handler
Keith Packard
3
-8
/
+6
2016-07-18
hw/kdrive: Use passed-in fd for kdrive/linux APM monitoring [v2]
Keith Packard
1
-33
/
+31
2016-07-18
kdrive: switch from select(2) to poll(2)
Keith Packard
6
-48
/
+28
2016-06-20
ephyr: Process only the last expose or configure available from the server
Keith Packard
1
-5
/
+22
2016-06-20
ephyr: Process queued X events before blocking [v2]
Keith Packard
3
-19
/
+65
2016-06-20
ephyr: Handle window resize when using glamor
Keith Packard
2
-5
/
+31
2016-06-20
ephyr: Don't configure window while responding to configure events
Keith Packard
3
-0
/
+13
2016-06-20
dix: Call screen block/wakeup handlers closest to blocking [v3]
Keith Packard
2
-16
/
+29
2016-06-20
kdrive: Only enable threaded input if we have input devices
Keith Packard
1
-1
/
+2
2016-06-08
dix: Use OsSignal() not signal()
Adam Jackson
4
-5
/
+0
2016-05-26
kdrive: Use threaded input
Keith Packard
1
-2
/
+4
2016-05-26
kdrive: Don't lock input across read in KdNotifyFd
Keith Packard
1
-2
/
+0
2016-05-26
Remove SIGIO support for input [v5]
Keith Packard
2
-66
/
+12
2016-05-26
kdrive: Remove unneeded AddEnabledDevice/RemoveEnabledDevice calls
Keith Packard
1
-2
/
+0
2016-04-29
kdrive: Nuke a bunch of dead code
Adam Jackson
1
-441
/
+0
2016-03-10
ephyr: Fix redisplay with glamor on GLES.
Eric Anholt
1
-1
/
+3
2016-03-01
kdrive/ephyr: map host X server's keymap into Xephyr, if supported
Laércio de Sousa
4
-26
/
+150
2016-03-01
config/udev: distinguish between real keyboards and other key devices
Laércio de Sousa
1
-1
/
+3
2016-03-01
ephyr: enable option -sw-cursor by default in multi-seat mode
Laércio de Sousa
1
-0
/
+3
2016-03-01
kdrive: add options to set default XKB properties
Laércio de Sousa
2
-5
/
+61
2016-03-01
kdrive: introduce input hot-plugging support for udev and hal backends (#33140)
Laércio de Sousa
4
-22
/
+198
2016-02-22
kdrive/evdev: update keyboard LEDs (#22302)
Laércio de Sousa
1
-3
/
+8
2016-02-22
dix: Add hybrid full-size/empty-clip mode to SetRootClip
Daniel Stone
1
-2
/
+2
[prev]
[next]