index
:
~ofourdan/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
for-whot
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
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