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-17
Add '-xserver-keymap-dir' option to print .xkm file directory and exit
xkbcomp-cache
Keith Packard
2
-0
/
+10
2012-07-17
Cache xkbcomp output
Keith Packard
5
-86
/
+138
2012-07-17
Merge remote-tracking branch 'alanc/master'
Keith Packard
6
-76
/
+92
2012-07-17
Merge remote-tracking branch 'jturney/master'
Keith Packard
26
-447
/
+267
2012-07-17
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
Keith Packard
4
-84
/
+80
2012-07-16
Use C99 designated initializers in DRI2GetParam replies
Alan Coopersmith
1
-4
/
+5
2012-07-16
Use C99 designated initializers in RandR 1.4 extension Events
Alan Coopersmith
1
-23
/
+24
2012-07-16
Use C99 designated initializers in RandR 1.4 extension Replies
Alan Coopersmith
3
-44
/
+55
2012-07-16
Fix two more C99 initialization mistakes using members of same struct
Alan Coopersmith
2
-5
/
+8
2012-07-16
xf86: Re-export extension disable flags
Aaron Plattner
2
-20
/
+20
2012-07-16
hw/xwin: Refer to xkeyboard-config man page for XKB configuration option values
Jon TURNEY
1
-11
/
+15
2012-07-16
hw/xwin: Fix command line arguments for multiple monitors.
Jörg Mensmann
1
-1
/
+3
2012-07-16
hw/xwin: Remove unused WindowExposuresProcPtr storage in screen private
Jon TURNEY
1
-1
/
+0
2012-07-16
hw/xwin: Remove long obsolete README for hw/xwin
Jon TURNEY
1
-141
/
+0
2012-07-16
hw/xwin: Remove a pointless OS version check in winInstallKeyboardHookLL()
Jon TURNEY
1
-18
/
+0
2012-07-16
hw/xwin: Remove winClipboardDetectUnicodeSupport()
Jon TURNEY
7
-100
/
+8
2012-07-16
hw/xwin: Consolidate duplicated code as getHwnd() function
Jon TURNEY
1
-30
/
+33
2012-07-16
hw/xwin: Correct function name in log message
Jon TURNEY
1
-2
/
+3
2012-07-16
hw/xwin: Tidy up some more pointless output which is always emitted
Jon TURNEY
1
-4
/
+4
2012-07-16
hw/xwin: RANDR resize didn't occur when screen window was maximized or restored
Colin Harrison
1
-0
/
+7
2012-07-16
hw/xwin: Bug fixes for screen sizing when the screen window is on a non-prima...
Jon TURNEY
5
-34
/
+94
2012-07-16
hw/xwin: Tidy up some pointless output which is always emitted
Jon TURNEY
7
-16
/
+16
2012-07-16
hw/xwin: Don't bother reporting XORG_VERSION_CURRENT
Jon TURNEY
2
-5
/
+4
2012-07-12
xf86: include xf86platformBus.h in xf86AutoConfig.c
Dave Airlie
1
-0
/
+1
2012-07-13
glx: Fix checking GL version
Bartosz Brachaczek
1
-1
/
+1
2012-07-13
glx/dri2: don't return NULL in a function with no return.
Dave Airlie
1
-1
/
+1
2012-07-13
glx/dri2: use correct define from dri attribs.
Dave Airlie
1
-1
/
+1
2012-07-13
glx/dri2: fix incorrect == vs =
Dave Airlie
1
-1
/
+1
2012-07-13
glx/dri2: fix typo in the notification reset for robustness.
Dave Airlie
1
-1
/
+1
2012-07-13
glx: pass screen into the convert function
Dave Airlie
1
-2
/
+3
2012-07-12
xtest: add extinit.h for SyncExtensionInit
Dave Airlie
1
-0
/
+1
2012-07-12
Merge remote-tracking branch 'jturney/xwin-extmod-removal-fixes'
Keith Packard
3
-7
/
+21
2012-07-12
glx: Free DRI2 drawable reference to destroyed GLX drawable.
Michel Dänzer
1
-2
/
+6
2012-07-12
dri2: Add DRI2CreateDrawable2.
Michel Dänzer
2
-2
/
+20
2012-07-12
Restore GLX extension to XWin
Jon TURNEY
1
-3
/
+20
2012-07-12
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
2
-2
/
+5
2012-07-12
sdksyms: Fix build with --disable-xv
Daniel Stone
1
-0
/
+2
2012-07-12
Restore extern to the declaration of __glXDRISWRastProvider
Jon TURNEY
1
-1
/
+1
2012-07-12
Revert bogus GlxPushProvider() in commit a1d41e3
Jon TURNEY
1
-3
/
+0
2012-07-11
XQuartz: Re-add prototype for DRIExtensionInit
Jeremy Huddleston
1
-0
/
+3
2012-07-11
XQuartz: Fix build failure due to incorrect PseudoramiXExtensionInit prototype
Jeremy Huddleston
1
-1
/
+1
2012-07-11
XQuartz: Silence an unused-variable warning
Jeremy Huddleston
1
-1
/
+1
2012-07-11
xfree86: Strip dangling pointers from desiredMode
Maarten Lankhorst
4
-4
/
+21
2012-07-10
AllocDevicePair: Ensure XKB privates are initialised
Daniel Stone
2
-2
/
+2
2012-07-10
Sync: Always initialise system counter list
Daniel Stone
1
-2
/
+2
2012-07-10
ProcGetPointerMapping uses rep.nElts before it is initialized
Keith Packard
1
-3
/
+5
2012-07-10
Version 1.12.99.901 (1.13 RC1)
Keith Packard
1
-2
/
+2
2012-07-10
Merge branch 'local-fixes'
Keith Packard
6
-2
/
+33
2012-07-10
GE: Remove unused RT_GECLIENT
Daniel Stone
1
-2
/
+0
2012-07-10
XFree86: os-support: Remove unused xf86MakeNewMapping
Daniel Stone
2
-15
/
+0
[next]