index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-09
modesetting: Allow CRTC transforms to actually take effect
Michel Dänzer
1
-1
/
+0
2016-03-09
xfree86: Re-set current cursor after RandR 1.2 CRTC configuration change
Michel Dänzer
3
-0
/
+31
2016-03-09
xfree86/modes: Check for CRTC transforms in xf86_use_hw_cursor(_argb) (v2)
Michel Dänzer
1
-0
/
+11
2016-03-09
xfree86/modes: Refactor xf86_use_hw_cursor_argb to use xf86_use_hw_cursor (v2)
Michel Dänzer
1
-8
/
+2
2016-03-08
glamor: Source pictures are always depth 32
Michel Dänzer
1
-3
/
+3
2016-03-08
glamor: Factor out glamor_set_color_depth from glamor_set_color
Michel Dänzer
2
-9
/
+19
2016-03-08
glamor: Fix XvPutImage when src_y != 0
Hans de Goede
1
-1
/
+1
2016-03-08
build: Enable vidmode independently from Xorg
Rui Matos
1
-7
/
+13
2016-03-08
xfixes: avoid double free if AddResource fails
Julien Cristau
1
-3
/
+1
2016-03-08
render: free already allocated formats in PictureInit failure case
Julien Cristau
1
-0
/
+3
2016-03-08
record: don't call RecordDeleteContext when AddResource fails
Julien Cristau
1
-1
/
+0
2016-03-08
xwin: no need to free auth data if AddResource fails
Julien Cristau
1
-14
/
+3
2016-03-08
modesetting: avoid double free if AddResource fails
Julien Cristau
1
-3
/
+1
2016-03-08
dmx/glxProxy: don't free the glx pixmap twice if AddResource fails
Julien Cristau
1
-4
/
+1
2016-03-08
glx: don't call pGlxDraw->destroy() if AddResource fails
Julien Cristau
1
-7
/
+2
2016-03-08
dri3: return an error if AddResource fails
Julien Cristau
1
-2
/
+2
2016-03-08
xvmc: Fix unchecked AddResource
Julien Cristau
1
-3
/
+14
2016-03-08
xwayland: Correctly detect whether posix_fallocate exists
Jonas Ådahl
3
-1
/
+9
2016-03-02
xv: fix double free in AddResource failure case
Julien Cristau
1
-3
/
+2
2016-03-02
dri1: Fix unchecked AddResource
Adam Jackson
1
-3
/
+5
2016-03-02
xv: Fix unchecked AddResource
Adam Jackson
1
-2
/
+4
2016-03-01
vidmode: build without xf86vidmodeproto
Olivier Fourdan
2
-0
/
+6
2016-03-01
kdrive/ephyr: map host X server's keymap into Xephyr, if supported
Laércio de Sousa
5
-27
/
+151
2016-03-01
config/udev: distinguish between real keyboards and other key devices
Laércio de Sousa
6
-4
/
+11
2016-03-01
ephyr: enable option -sw-cursor by default in multi-seat mode
Laércio de Sousa
1
-0
/
+3
2016-03-01
kdrive: add options to set default XKB properties
Laércio de Sousa
2
-5
/
+61
2016-03-01
kdrive: introduce input hot-plugging support for udev and hal backends (#33140)
Laércio de Sousa
4
-22
/
+198
2016-03-01
xwayland: fix a crash on output removal
Olivier Fourdan
1
-0
/
+1
2016-03-01
present: Call present_restore_screen_pixmap from present_set_abort_flip
Michel Dänzer
1
-14
/
+14
2016-03-01
present: Factor code for restoring screen pixmap out of present_unflip (v2)
Michel Dänzer
1
-16
/
+23
2016-03-01
present: Only update screen pixmap from flip pixmap once per unflip
Michel Dänzer
1
-7
/
+9
2016-03-01
dri3: Refuse to work for remote clients (v2)
Michel Dänzer
1
-0
/
+4
2016-02-29
xwayland: add partial xvidmode extension support
Olivier Fourdan
4
-0
/
+422
2016-02-29
vidmode: remove redundant DIX function
Olivier Fourdan
1
-7
/
+1
2016-02-29
vidmode: remove redundant check
Olivier Fourdan
1
-67
/
+5
2016-02-29
vidmode: move to a separate library of its own
Olivier Fourdan
12
-450
/
+592
2016-02-29
vidmode: rename DDX functions
Olivier Fourdan
3
-233
/
+234
2016-02-29
vidmode: move display mode definitions
Olivier Fourdan
3
-91
/
+104
2016-02-29
vidmode: remove mode access from public API
Olivier Fourdan
3
-111
/
+108
2016-02-29
vidmode: use appropriate DisplayModePtr type
Olivier Fourdan
3
-70
/
+70
2016-02-29
vidmode: remove VidModeGetMonitor()
Olivier Fourdan
3
-41
/
+30
2016-02-29
vidmode: use ScreenPtr instead of screen index
Olivier Fourdan
3
-168
/
+181
2016-02-29
vidmode: get rid of the CloseScreen wrapper
Olivier Fourdan
2
-18
/
+0
2016-02-29
vidmode: use appropriate API
Olivier Fourdan
1
-21
/
+4
2016-02-29
dri2: Allow many blocked clients per-drawable
Chris Wilson
1
-59
/
+71
2016-02-29
dix: Add ClientSignalAll()
Chris Wilson
2
-0
/
+30
2016-02-29
xwin: Remove unhelpful debug about WM message queue size
Jon Turney
1
-38
/
+0
2016-02-29
xwin: Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windows
Jon Turney
1
-1
/
+1
2016-02-29
xwin: In multiwindow mode, look up the HWND for the parent window
Jon Turney
1
-3
/
+7
2016-02-29
xwin: Factor out MessageName() debug helper
Jon Turney
1
-68
/
+61
[prev]
[next]