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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-01
remove bogus \/ escapes
Ingo Schwarze
1
-1
/
+1
2015-08-28
debug output format fix in ephyrProcessMouseMotion()
Jon TURNEY
1
-2
/
+2
2015-08-28
debug output format fix in DRISwapContext()
Jon TURNEY
1
-1
/
+1
2015-08-28
debug output format fix in TI.c
Jon TURNEY
1
-1
/
+1
2015-08-28
debug output format fix in xf86Events.c
Jon TURNEY
1
-1
/
+1
2015-08-24
configurable maximum number of clients
Olivier Fourdan
3
-1
/
+21
2015-08-13
modesetting: Add more missing options to man page.
Mario Kleiner
1
-0
/
+8
2015-08-13
modesetting: add zaphod support (v3)
Dave Airlie
6
-102
/
+261
2015-08-12
xwayland: Don't (double) destroy input resources in CloseScreen
Adam Jackson
1
-2
/
+0
2015-08-12
xwayland: Don't (double) destroy RANDR resources in CloseScreen
Adam Jackson
1
-2
/
+0
2015-07-17
xfree86: Bump video driver ABI version to 20
Aaron Plattner
1
-1
/
+1
2015-07-17
Merge remote-tracking branch 'ajax/xserver-next' into master
Eric Anholt
17
-383
/
+233
2015-07-16
xfree86/os-support/linux: Fix make distcheck
Armin K
1
-1
/
+1
2015-07-16
modesetting: Use correct types for return values of glamor BO exports.
Robert Ancell
2
-4
/
+4
2015-07-08
dix: Restore PaintWindow screen hook
Adam Jackson
2
-3
/
+3
2015-07-08
xfixes: Unexport xfixes.h
Adam Jackson
1
-1
/
+0
2015-07-08
vidmode: Hide implementation details
Adam Jackson
4
-44
/
+39
2015-07-08
xge: Hide some implementation details
Adam Jackson
1
-1
/
+0
2015-07-08
dga: Hide a bunch of implementation details
Adam Jackson
3
-76
/
+28
2015-07-08
xfree86: Hide some pre-randr mode validation details
Adam Jackson
3
-92
/
+5
2015-07-08
dix: Unexport various implementation details
Adam Jackson
1
-2
/
+0
2015-07-08
parser: static cleanup
Adam Jackson
5
-164
/
+158
2015-07-08
prime: add rotation support for offloaded outputs (v2)
Dave Airlie
3
-2
/
+4
2015-07-08
Merge remote-tracking branch 'ofourdan/for-keith'
Keith Packard
1
-1
/
+1
2015-07-07
hw/xwin: printf format fixes for Pixel type
Jon TURNEY
1
-4
/
+4
2015-07-07
hw/xwin: printf format fixes for WPARAM and LPARAM types
Jon TURNEY
4
-10
/
+10
2015-07-07
hw/xwin: printf format fixes for LONG type
Jon TURNEY
5
-34
/
+36
2015-07-07
hw/xwin: printf format fixes for DWORD type
Jon TURNEY
10
-30
/
+33
2015-07-07
hw/xwin: printf format fixes in xevents.c
Jon TURNEY
1
-5
/
+5
2015-07-07
hw/xwin: printf format fix in winProcessXEventsTimeout()
Jon TURNEY
1
-1
/
+1
2015-07-07
hw/xwin: printf format fix in winCreateDefColormap()
Jon TURNEY
1
-1
/
+1
2015-07-07
hw/xwin: printf format fixes in winAllocatePrivates()
Jon TURNEY
1
-2
/
+2
2015-07-07
hw/xwin: printf format fixes in winConfigKeyboard()
Jon TURNEY
1
-1
/
+1
2015-07-07
hw/xwin: printf format fixes for XID type
Jon TURNEY
3
-12
/
+15
2015-07-07
hw/xwin: printf format fixes for HWND type
Jon TURNEY
2
-4
/
+4
2015-07-07
hw/xwin: Ensure format warnings in winclipboard/
Jon TURNEY
1
-2
/
+2
2015-07-07
hw/xwin: Remove GetTickCount() from various pieces of debugging output
Jon TURNEY
4
-25
/
+18
2015-07-06
xserver: fix build with glamor disabled.
Dave Airlie
3
-2
/
+7
2015-06-29
Merge remote-tracking branch 'airlied/for-keithp'
Keith Packard
15
-65
/
+675
2015-06-29
Merge remote-tracking branch 'jwrdecoede/for-keith'
Keith Packard
5
-53
/
+148
2015-06-30
modesetting: Implement page flipping support for Present.
Kenneth Graunke
5
-7
/
+485
2015-06-30
modesetting: don't try and load dri2
Dave Airlie
1
-1
/
+0
2015-06-30
modesetting: drop unused struct in vblank.c
Dave Airlie
1
-5
/
+0
2015-06-30
modesetting: Implement an ms_drm_abort_seq() function.
Kenneth Graunke
2
-0
/
+17
2015-06-30
modesetting: Make ms_crtc_on non-static.
Kenneth Graunke
2
-1
/
+3
2015-06-30
modesetting: Improve the ms_flush_drm_events() API.
Kenneth Graunke
1
-4
/
+19
2015-06-30
modesetting: reverse prime support (v1.1)
Dave Airlie
3
-9
/
+86
2015-06-30
modesetting: add output master support
Dave Airlie
1
-0
/
+58
2015-06-30
glamor: add support for allocating linear buffers (v2)
Dave Airlie
1
-1
/
+1
2015-06-30
xf86: restrict when we auto add devices as gpu devices.
Dave Airlie
1
-6
/
+7
[next]