index
:
~ofourdan/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
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
for-keith
for-whot
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-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
server-1.2-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
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
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
kdrive
/
src
/
kdrive.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-14
glx: Use vnd layer for dispatch (v4)
Adam Jackson
1
-0
/
+3
2017-12-13
kdrive: remove KdSignalWrapper etc.
Adam Jackson
1
-14
/
+0
2017-10-30
Use ARRAY_SIZE all over the tree
Daniel Martin
1
-3
/
+1
2017-05-03
kdrive: Remove dead slots from KdCardFuncs
Adam Jackson
1
-66
/
+1
2017-05-03
kdrive: Remove KdOsFuncs
Adam Jackson
1
-47
/
+3
2017-05-03
kdrive: static and dead code cleanup
Adam Jackson
1
-100
/
+16
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
1
-2
/
+2
2016-06-08
dix: Use OsSignal() not signal()
Adam Jackson
1
-2
/
+0
2016-03-01
kdrive: add options to set default XKB properties
Laércio de Sousa
1
-0
/
+50
2016-03-01
kdrive: introduce input hot-plugging support for udev and hal backends (#33140)
Laércio de Sousa
1
-0
/
+46
2016-02-22
dix: Add hybrid full-size/empty-clip mode to SetRootClip
Daniel Stone
1
-2
/
+2
2014-10-08
kdrive: Remove vestigial reference to fbInitValidateTree
Adam Jackson
1
-4
/
+0
2014-08-21
kdrive: add support to +X+Y syntax in -screen option parsing
Laércio de Sousa
1
-4
/
+19
2014-07-17
ephyr: Free damage structure at server reset time
Keith Packard
1
-0
/
+4
2014-04-18
kdrive: Explicitly ignore errors from the -switchCmd script
Keith Packard
1
-1
/
+8
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2013-11-14
kdrive: handle WxH as valid geometry spec
Keith Packard
1
-1
/
+2
2013-08-21
kdrive: Fix const cast warnings in arguments processing.
Eric Anholt
1
-3
/
+3
2013-04-18
KDrive: Bail out if screen initialization failed
Geert Uytterhoeven
1
-1
/
+2
2012-08-06
Fix up formatting of initializers for arrays of structs
Alan Coopersmith
1
-10
/
+10
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-3
/
+3
2012-03-24
os: Pass the FatalError message to OsVendorFatalError
Jeremy Huddleston
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-634
/
+571
2011-12-12
KdParseFindNext: Constify delim argument
Alan Coopersmith
1
-1
/
+1
2011-12-12
Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.
Alan Coopersmith
1
-9
/
+4
2011-07-27
Terminate the log with one last message.
Peter Hutterer
1
-3
/
+3
2011-03-28
consolidate SetRootClip (v2)
Dave Airlie
1
-91
/
+2
2010-11-30
dix: Remove the backing store leftovers
Adam Jackson
1
-6
/
+0
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-2
/
+4
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-10
/
+10
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-3
/
+2
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-4
/
+4
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-2
/
+0
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-1
/
+1
2010-01-06
kdrive: Adjust kdrive usage message as shadow overlay support has been dropped
Mikhail Gusarov
1
-1
/
+1
2010-01-06
kdrive: Remove unused overlay fb support
Mikhail Gusarov
1
-75
/
+32
2010-01-01
Remove trailing whitespace
Mikhail Gusarov
1
-62
/
+62
2009-06-11
KDrive: Warning fixes
Daniel Stone
1
-5
/
+2
2009-06-10
kdrive: undef PSEUDO8
Adam Jackson
1
-14
/
+0
2009-06-10
kdrive: Remove a lie about PCMCIA support.
Adam Jackson
1
-9
/
+0
2009-04-09
Lift fatal signal handlers from DDX'es up to a common DIX implementation
Alan Coopersmith
1
-30
/
+4
2009-04-03
DPMS: Remove unused DPMSGet()
Adam Jackson
1
-6
/
+0
2009-04-03
kdrive: s/KdSaveString/strdup/g
Adam Jackson
1
-11
/
+0
2008-10-08
Update docs to reflect new DontZap default
Daniel Stone
1
-1
/
+1
2008-10-08
Input: Make DontZap the default
Daniel Stone
1
-3
/
+3
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-2
/
+1
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+2
2008-08-13
Eviscerate save-under support.
Adam Jackson
1
-13
/
+0
[next]