index
:
~whot/xserver
1.8-fixes
barriers
barriers-try-5
cleanup
devel
driver-integration-testing
driver-merge
extmod-changes
for-keith
input-api
inputproto-2.1-devel
integration-testing
masked-valuators
master
mt-devel
mt-devel2
multitouch
multitouch-devel-history
multitouch-from-scratch
next
next-all
pointer-barriers
queue
record
review/xsync-transition-bug-59644
rhel6-two-screen-coordinates
rhel6-two-screen-coordinates-with-doubles
server-1.10-branch
server-1.10-input
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.14-touch-fixes
server-1.15-branch
server-1.17-branch
server-1.19-branch
server-1.8-branch
server-1.9-input
sigsafe-logging-varargs
single-master-device
smooth-scrolling
touch-grab-race-condition-56578
touch-grab-race-condition-56578-v2
touch-grab-race-condition-56578-v3
two-screen-coordinates
unreviewed
wip/logind-integration
wip/touchpad-resolution-scaling
wip/xsync-transition-bug-59644
wip/xwayland-tablet
X Server input fixes.
whot
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-03
Xi: don't overrun memory for grab masks.
Peter Hutterer
2
-2
/
+6
2009-09-03
Xi: don't try to set oversized or non-existing masks.
Peter Hutterer
1
-3
/
+6
2009-09-03
test: fix request length calculation, add length tests for XISelectEvents
Peter Hutterer
1
-2
/
+17
2009-09-03
test: fix build after changing libxf86config.la
Peter Hutterer
1
-1
/
+1
2009-09-03
Xi: extra length checking for requests providing masks.
Peter Hutterer
1
-0
/
+11
2009-09-03
Un-export ApplyPointerMapping. This is an in-server function.
Peter Hutterer
2
-2
/
+2
2009-09-02
Correct outdated e-mail address in "Author" statements.
Eamon Walsh
6
-6
/
+6
2009-09-02
randr: Fix crtcs using set_mode_major()
Adam Jackson
1
-4
/
+5
2009-09-02
vgaarb: protect fini as well just in case
Dave Airlie
1
-0
/
+2
2009-09-02
vgaarb: if arb init fails, make sure locking doesn't occur.
Dave Airlie
1
-0
/
+4
2009-09-01
Xext: fix a typo for bigreqsproto.h header file
Jerome Glisse
1
-1
/
+1
2009-08-31
Xext: Require newer versions of xcmiscproto, bigreqsproto, and xf86bigfontpro...
Jeremy Huddleston
4
-6
/
+5
2009-09-01
XFree86: Linux: Fix 100% CPU usage with ShareVTs and kbd
Michael Witrant
1
-4
/
+4
2009-09-01
Input: Mark Xi input events as critical
Daniel Stone
1
-0
/
+5
2009-09-01
Xi: Fix harmless ButtonPress/ButtonRelease confusion
Daniel Stone
1
-0
/
+1
2009-08-31
alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus
Matt Turner
4
-77
/
+9
2009-08-31
XQuartz: GLX: Drawable does not contain resize anymore.
Jeremy Huddleston
1
-8
/
+0
2009-08-31
Make sys.c use compiler.h unaligned access functions
Matt Turner
1
-182
/
+1
2009-08-31
Remove unused Delay.c
Matt Turner
3
-41
/
+1
2009-08-31
Remove unused BUSmemcpy.c
Matt Turner
3
-190
/
+1
2009-08-31
Remove unused ia64_flush_cache function
Matt Turner
1
-21
/
+0
2009-08-31
Simplify unaligned access code
Matt Turner
1
-257
/
+32
2009-08-31
Clean up unaligned access functions on alpha
Matt Turner
1
-113
/
+2
2009-08-31
Move unaligned access functions to common section
Matt Turner
1
-287
/
+299
2009-08-31
Remove unused arm_flush_cache function
Matt Turner
1
-10
/
+0
2009-08-31
Remove unused ppc_flush_icache function
Matt Turner
1
-11
/
+0
2009-08-31
Replace 8 nops with proper sync instruction on mips
Matt Turner
1
-10
/
+11
2009-08-31
Use sfence and mfence instructions on amd64
Matt Turner
1
-4
/
+2
2009-08-31
Add x86 barrier macros
Matt Turner
1
-1
/
+15
2009-08-31
define barrier macros as nops if not otherwise defined
Matt Turner
1
-28
/
+10
2009-08-31
Move memory barrier macros into common section
Matt Turner
1
-58
/
+89
2009-08-31
xfree86: remove _more_ RAC junk
Tiago Vignatti
2
-2
/
+0
2009-08-31
xfree86: shut up vgaarb warnings when server doesn't support it
Tiago Vignatti
1
-2
/
+2
2009-08-31
xfree86: removal of some dead code due VGA arbiter's inclusion
Tiago Vignatti
5
-27
/
+0
2009-08-31
XQuartz: GL: Unset GL_EXT_gpu_program_parameters for Tiger/ppc
Jeremy Huddleston
1
-0
/
+8
2009-08-31
XQuartz: GL: Explicitly set GL_EXT symbols to 0 if they are not in OpenGL.fra...
Jeremy Huddleston
1
-0
/
+73
2009-08-31
Xi: silence compiler warning "type may be used uninitialized"
Peter Hutterer
1
-2
/
+2
2009-08-28
xace: fix up access modes in dixLookupDrawable calls from dri2.
Eamon Walsh
1
-9
/
+16
2009-08-28
Add DRI2 requests to protocol.txt
Eamon Walsh
1
-0
/
+8
2009-08-28
EDID: Vendor detailed blocks aren't worth X_WARNING about
Adam Jackson
1
-1
/
+1
2009-08-28
EDID: Print 1152x864 in established timings, not x870
Adam Jackson
1
-1
/
+1
2009-08-28
os: remove unused -cursor option
Tiago Vignatti
1
-5
/
+0
2009-08-28
xfixes: minor clean ups on createInvisibleCursor()
Tiago Vignatti
1
-7
/
+4
2009-08-28
render: delete unused headers declaration
Tiago Vignatti
1
-11
/
+0
2009-08-28
render: AnimCurInit and AnimCursorCreate shouldn't be _X_EXPORT
Tiago Vignatti
1
-2
/
+2
2009-08-28
xf86 ddx: add vga arbiter support.
Dave Airlie
14
-10
/
+1517
2009-08-27
xfree86: require xf86dgaproto 2.0.99.1.
Peter Hutterer
3
-7
/
+4
2009-08-27
test: add a few tests for xtest device initialization.
Peter Hutterer
2
-1
/
+118
2009-08-27
Xext: rename Xtst* to XTest*
Peter Hutterer
6
-83
/
+83
2009-08-27
input: move XTest device initialization into Xext/xtest.c
Peter Hutterer
3
-132
/
+144
[next]