index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-05
privates: Allow device privates to be allocated after server start
screen-specific-privates
Keith Packard
1
-1
/
+21
2012-07-05
dix: Allocate device privates separate from devices
Keith Packard
1
-8
/
+14
2012-07-05
mi: Don't save midispcur rendering resources for each cursor
Keith Packard
1
-102
/
+87
2012-07-04
Use screen-specific privates for exa pixmap and gc privates
Keith Packard
2
-14
/
+8
2012-07-04
Use new screen-specific privates for fb window and gc privates
Keith Packard
6
-41
/
+26
2012-07-04
Add screen-specific privates.
Keith Packard
10
-86
/
+400
2012-07-04
Look for ModuleData only in appropriate library
Michal Srb
3
-1
/
+8
2012-07-04
Merge branch 'sigio-vt-switch-issues' into for-keith
Peter Hutterer
14
-136
/
+240
2012-07-04
Xi: extend PropagateMask to EMASKSIZE
Peter Hutterer
1
-1
/
+1
2012-07-04
dix: fix memory leak in TouchEventHistoryReplay
Peter Hutterer
1
-2
/
+5
2012-07-04
dix: fix dereference before null check
Peter Hutterer
1
-1
/
+3
2012-07-04
xfree86: fix use-after-free issue in checkInput
Peter Hutterer
1
-0
/
+1
2012-07-04
xkb: use local variable instead of casting arg
Peter Hutterer
1
-5
/
+5
2012-07-03
Drop custom sigio block/unblock functions from kdrive, ephyr and dmx
Peter Hutterer
5
-88
/
+24
2012-07-03
xfree86: drop ddx-specific SIGIO blocking
Peter Hutterer
5
-30
/
+25
2012-07-03
xfree86: use OsBlockSIGIO from the ddx
Peter Hutterer
1
-15
/
+2
2012-07-03
os: add OsBlockSIGIO and OsReleaseSIGIO
Peter Hutterer
4
-4
/
+189
2012-07-02
Merge branch 'sigsafe-logging-varargs'
Keith Packard
19
-61
/
+423
2012-07-02
Bump to ABI_XINPUT_VERSION 18
Peter Hutterer
1
-1
/
+1
2012-07-02
xfree86: constify InputDriverPtr->driverName and default_options
Peter Hutterer
1
-2
/
+2
2012-07-02
xfree86: constify InputInfoPtr->type_name
Peter Hutterer
1
-1
/
+1
2012-07-02
Log in OsVendorFatalError() in a signal safe manner
Chase Douglas
1
-7
/
+7
2012-07-02
Log in LoaderUnload() in a signal safe manner
Chase Douglas
1
-1
/
+1
2012-07-02
Log in UnloadModuleOrDriver() in a signal safe manner
Chase Douglas
1
-2
/
+3
2012-07-02
Log safely in fatal signal handler
Chase Douglas
1
-4
/
+4
2012-07-02
Log mieq enqueue overflow in a signal safe manner
Chase Douglas
1
-10
/
+9
2012-07-02
Log messages in TouchBeginDDXTouch() in a signal-safe manner
Chase Douglas
1
-2
/
+3
2012-07-02
Log messages in GetTouchEvents() in a signal safe manner
Chase Douglas
1
-2
/
+2
2012-07-02
Warn when attempting to log in a signal unsafe manner from signal context
Chase Douglas
1
-0
/
+20
2012-07-02
Make BUG_WARN* signal safe
Chase Douglas
1
-4
/
+4
2012-07-02
Print backtrace in a signal-safe manner
Chase Douglas
1
-20
/
+29
2012-07-02
Add ErrorFSigSafe() alternative to ErrorF()
Chase Douglas
2
-0
/
+22
2012-07-02
Add LogMessageVerbSigSafe() for logging messages while in signal context
Chase Douglas
2
-4
/
+138
2012-07-02
Enable no-undefined symbols mode in Solaris builds if -z parent is in ld
Alan Coopersmith
2
-3
/
+23
2012-07-02
Add pixman to module dependencies for pixman_region_* functions
Alan Coopersmith
3
-3
/
+4
2012-07-02
Build tda9885.c functions into fi1236 to avoid libtool relinking problems
Alan Coopersmith
1
-4
/
+1
2012-07-02
Add dixGetGlyphs to replace GetGlyphs from libXfont to simplify linking
Alan Coopersmith
2
-6
/
+16
2012-06-29
randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatch
Aaron Plattner
1
-1
/
+1
2012-06-28
dix/render: consolidate window format matching code.
Dave Airlie
9
-68
/
+31
2012-06-28
dri2: Fix authentication for < v8 clients (v2).
Christopher James Halse Rogers
1
-4
/
+4
2012-06-28
Merge remote-tracking branch 'jturney/master'
Keith Packard
3
-19
/
+42
2012-06-28
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
6
-8
/
+43
2012-06-28
randr: Catch two more potential unset rrScrPriv uses
Keith Packard
2
-1
/
+5
2012-06-28
randr: first check pScrPriv before using the pointer at RRFirstOutput
Ricardo Salveti de Araujo
1
-0
/
+3
2012-06-22
configure.ac: link XWIN with GLX_SYS_LIBS
Yaakov Selkowitz
1
-1
/
+2
2012-06-22
xfree86: always enable SIGIO on OsVendorInit (#50957)
Peter Hutterer
1
-0
/
+1
2012-06-21
randr: Clean up compiler warnings about unused and shadowing variables
Keith Packard
4
-16
/
+13
2012-06-22
include: document _XkbErrCode2 macros
Peter Hutterer
1
-0
/
+5
2012-06-22
AC_SUBST the GLX_SYS_LIBS
Peter Hutterer
2
-2
/
+2
2012-06-22
os: print newline after printing display name
Peter Hutterer
1
-0
/
+1
[next]