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
2018-03-28
modesetting/drmmode: Remove unused flink call
Daniel Stone
1
-7
/
+0
2018-03-28
xwayland: Activate Present flips in rootless mode with Glamor
Roman Gilg
1
-0
/
+22
2018-03-28
xwayland: Implement queuing present vblanks
Roman Gilg
2
-9
/
+96
2018-03-28
xwayland: Add fallback timer for msc counting
Roman Gilg
2
-0
/
+73
2018-03-28
xwayland: Preliminary support for Present's new window flip mode
Roman Gilg
4
-0
/
+398
2018-03-28
xwayland: Add arguments to glamor_pixmap_get_wl_buffer
Roman Gilg
3
-8
/
+25
2018-03-27
meson: Install the dmx utilities
Adam Jackson
1
-1
/
+21
2018-03-27
meson: Build cvt and gtf
Adam Jackson
1
-0
/
+17
2018-03-27
meson: Install man pages
Adam Jackson
9
-1
/
+110
2018-03-27
meson: Build Xorg suid wrapper
Adam Jackson
1
-0
/
+25
2018-03-27
meson: Add libdrm to hw/xfree86/common's dependencies
Adam Jackson
1
-0
/
+1
2018-03-27
man: s/__/@/g
Adam Jackson
22
-294
/
+294
2018-03-27
autotools: Stop caring about XORG_DATE
Adam Jackson
1
-4
/
+0
2018-03-22
modesetting: Fix up some XXX from removing GLAMOR_HAS_DRM_*
Adam Jackson
2
-35
/
+41
2018-03-21
modesetting: Fix page flipping under DRI 3.2.
Mario Kleiner
1
-1
/
+1
2018-03-21
xfree86: replace all uses of xf86PrivsElevated with PrivsElevated
Nicolai Hähnle
2
-4
/
+4
2018-03-21
os: move xf86PrivsElevated here
Nicolai Hähnle
1
-58
/
+1
2018-03-21
modesetting: remove fallback DRM_CAP_* defines
Emil Velikov
2
-15
/
+0
2018-03-21
modesetting: remove always true DRM_IOCTL_CRTC_QUEUE_SEQUENCE guard
Emil Velikov
1
-6
/
+0
2018-03-21
modesetting: remove always true defined(DRM_CAP_PRIME) guards
Emil Velikov
1
-3
/
+1
2018-03-21
Remove always true GLAMOR_HAS_DRM_* guards
Emil Velikov
4
-39
/
+12
2018-03-15
Revert "modesetting: Remove #ifdefs XF86_PDEV_SERVER_FD"
Alan Coopersmith
1
-0
/
+10
2018-03-09
glamor/xwayland: Add depth 30 format mapping for DRI 3.2 as well.
Mario Kleiner
1
-0
/
+4
2018-03-07
dri2: Sync i965_pci_ids.h from Mesa.
Rodrigo Vivi
1
-9
/
+17
2018-03-05
glamor: Use gbm_bo_create_with_modifiers for internal pixmap allocation
Louis-Francis Ratté-Boulianne
1
-3
/
+19
2018-03-05
glamor: Implement GetSupportedModifiers
Louis-Francis Ratté-Boulianne
7
-22
/
+175
2018-03-05
glamor: Implement PixmapFromBuffers and BuffersFromPixmap
Louis-Francis Ratté-Boulianne
6
-56
/
+196
2018-03-05
modesetting: Check if buffer format is supported when flipping
Louis-Francis Ratté-Boulianne
3
-4
/
+70
2018-03-05
modesetting: Create scanout buffers using supported modifiers
Louis-Francis Ratté-Boulianne
1
-3
/
+87
2018-03-05
modesetting: Get supported formats/modifiers for scanout
Louis-Francis Ratté-Boulianne
2
-4
/
+119
2018-03-05
modesetting: Use atomic modesetting to configure output/CRTCs
Louis-Francis Ratté-Boulianne
4
-45
/
+252
2018-03-05
modesetting: Add support for multi-plane pixmaps when page-flipping
Louis-Francis Ratté-Boulianne
3
-7
/
+62
2018-03-05
modesetting: Use atomic modesetting API for pageflip if available
Louis-Francis Ratté-Boulianne
5
-4
/
+435
2018-03-05
dri3: Add multi-planar/modifier buffer requests
Louis-Francis Ratté-Boulianne
1
-2
/
+2
2018-03-02
meson: get rid of useless HAVE_SYSV_IPC
Laurent Carlier
1
-2
/
+0
2018-02-28
glx: Add vndserver.h to the SDK
Adam Jackson
1
-0
/
+4
2018-02-27
Add RandR leases with modesetting driver support [v6]
Keith Packard
7
-7
/
+389
2018-02-27
xf86-video-modesetting: Create CONNECTOR_ID properties for outputs [v2]
Keith Packard
1
-0
/
+23
2018-02-27
xf86-video-modesetting: Record non-desktop kernel property at PreInit time
Keith Packard
1
-0
/
+6
2018-02-27
xfree86/modes: Check for non-desktop monitors during PreInit [v2]
Keith Packard
2
-3
/
+8
2018-02-27
modesetting: Enable screen color depth 30 support.
Mario Kleiner
2
-1
/
+3
2018-02-27
modesetting: Adapt xf86HandleColorMaps() for > 24 color depth. (v2)
Mario Kleiner
1
-5
/
+9
2018-02-27
xfree86/modes: Adapt xf86Randr12CrtcComputeGamma() for depth 30. (v2)
Mario Kleiner
1
-27
/
+69
2018-02-27
glamor: Make Xv extension initialize at depth 30.
Mario Kleiner
1
-2
/
+2
2018-02-27
modesetting: Fix fallback for lack of new vblank kernel API.
Mario Kleiner
1
-2
/
+3
2018-02-26
modesetting: Do not close uninitialized dri2 screen
Jeffrey Smith
2
-3
/
+6
2018-02-26
xquartz: Fix linking with glxvnd
Adam Jackson
1
-0
/
+1
2018-02-21
docs: correct LoadExtensionList() documentation
Emil Velikov
1
-1
/
+1
2018-02-20
xwayland: Fix backwards need_rotate logic (v2)
Jason Ekstrand
1
-3
/
+3
2018-02-20
Xephyr: Avoid calling xcb_shm_detach() twice
Alexander Volkov
1
-1
/
+0
[next]