index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dri3
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-08
dri3: Switch fds_from_pixmap to stdint types.
Eric Anholt
3
-10
/
+10
2018-05-08
dri3: Switch get_modifiers to using stdint.
Eric Anholt
2
-5
/
+5
2018-05-08
dri3: Switch get_drawable_modifiers to using stdint.
Eric Anholt
2
-5
/
+5
2018-04-30
dri3: Robustly clamp to 1.0 if not all screens support 1.2
Mario Kleiner
1
-2
/
+6
2018-04-30
dri3: Fix error handling in dri3_buffer_from_pixmap request.
Mario Kleiner
1
-1
/
+1
2018-04-25
dri3: Clamp to 1.0 if not all screens support 1.2
Adam Jackson
1
-0
/
+26
2018-04-25
dri3: Fix DRI3.2 support for drivers other than modesetting-ddx.
Mario Kleiner
1
-2
/
+1
2018-04-24
dri3: Don't call vfuncs on old DRI3 screens
Daniel Stone
1
-1
/
+1
2018-04-17
dri3: Fix dri3_buffers_from_pixmap request.
Mario Kleiner
1
-1
/
+3
2018-04-10
dri3: rework format/modifier caching
Emil Velikov
1
-23
/
+27
2018-04-10
dri3: check for ::get_drawable_modifiers failure
Emil Velikov
1
-4
/
+7
2018-04-10
dri3: simplify dri3_open() implementation
Emil Velikov
1
-17
/
+5
2018-04-10
dri3: annotate fds/strides/offsets arrays as const
Emil Velikov
3
-7
/
+9
2018-04-10
dri3: annotate the dri3_screen_info data as const
Emil Velikov
4
-10
/
+10
2018-04-05
dri3: Set stride and size for old clients
Daniel Stone
1
-0
/
+2
2018-04-04
dri3: Use single-FD screen call for single-FD request
Daniel Stone
3
-11
/
+48
2018-04-02
meson: Distribute more SDK headers
Thierry Reding
1
-0
/
+6
2018-03-19
dri3: cap the version returned to the client
Emil Velikov
1
-1
/
+13
2018-03-05
dri3: Add multi-planar/modifier buffer requests
Louis-Francis Ratté-Boulianne
5
-25
/
+555
2017-09-20
Build: Use dri3proto/libdrm CFLAGS
Daniel Stone
1
-1
/
+1
2017-05-10
meson: Make driprotos and libdrm optional
Jon TURNEY
1
-6
/
+9
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+12
2017-03-01
dispatch: Mark swapped dispatch as _X_COLD
Adam Jackson
1
-7
/
+7
2016-09-02
dri3: Don't do return client->noClientException
Adam Jackson
1
-2
/
+2
2016-04-18
dri3: remove unused file dri3int.h
Emil Velikov
1
-26
/
+0
2016-03-08
dri3: return an error if AddResource fails
Julien Cristau
1
-2
/
+2
2016-03-01
dri3: Refuse to work for remote clients (v2)
Michel Dänzer
1
-0
/
+4
2015-07-08
dri3: static cleanup
Adam Jackson
2
-4
/
+1
2015-07-08
dri3: Remove unbuilt dri3_event.c
Adam Jackson
1
-163
/
+0
2014-12-08
dri3: unvalidated lengths in DRI3 extension swapped procs [CVE-2014-8103 1/2]
Alan Coopersmith
1
-0
/
+6
2014-08-17
dri3: Don't enable the DRI3 extension unless some screen supports it
Keith Packard
1
-0
/
+10
2014-07-30
Fix files including xorg-server.h by mistake
Keith Packard
1
-2
/
+0
2014-04-08
dri3: Fix dri3_open API change by adding new dri3_open_client
Keith Packard
2
-5
/
+25
2014-04-01
dri3: Allow asynchronous implementation for dri3_open
Kristian Høgsberg
3
-16
/
+30
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
2
-5
/
+5
2013-12-13
dri3: Don't use the major/minor version from the protocol headers
Adam Jackson
1
-2
/
+3
2013-12-13
dri3: Guard against buggy clients
Adam Jackson
1
-0
/
+6
2013-12-09
dri3: Disable when Xinerama is active
Adam Jackson
1
-0
/
+5
2013-11-04
Disable DRI3 and sync fence FD functions if xshmfence isn't available
Keith Packard
1
-0
/
+6
2013-10-31
dri3: Add DRI3 extension
Keith Packard
8
-0
/
+902