[PULL] Windows-DRI extension
Jon Turney
jon.turney at dronecode.org.uk
Thu Sep 15 19:22:48 UTC 2016
The following changes since commit 52d6a1e832a5e62289dd4f32824ae16a78dfd7e8:
Hold input lock for deviceProc (2016-09-15 07:50:38 +1000)
are available in the git repository at:
git://people.freedesktop.org/~jturney/xserver
for you to fetch changes up to f5f4d32ac7c250cfbfb94883ce7d7e46151e89f0:
Add Windows-DRI extension (2016-09-15 20:10:29 +0100)
----------------------------------------------------------------
Jon Turney (1):
Add Windows-DRI extension
configure.ac | 10 ++
glx/glxcmds.c | 2 +-
glx/glxdrawable.h | 3 +
hw/xwin/InitOutput.c | 4 +
hw/xwin/Makefile.am | 14 +-
hw/xwin/dri/Makefile.am | 9 +
hw/xwin/dri/windowsdri.c | 274 +++++++++++++++++++++++++++++++
hw/xwin/dri/windowsdri.h | 30 ++++
hw/xwin/glx/Makefile.am | 7 +
hw/xwin/glx/dri_helpers.c | 120 ++++++++++++++
hw/xwin/glx/dri_helpers.h | 38 +++++
hw/xwin/glx/indirect.c | 388 ++++++++++++++++++++++----------------------
hw/xwin/glx/indirect.h | 95 +++++++++++
hw/xwin/glx/winpriv.c | 7 +
hw/xwin/glx/winpriv.h | 1 +
hw/xwin/win.h | 2 +
include/protocol-versions.h | 5 +
17 files changed, 808 insertions(+), 201 deletions(-)
create mode 100644 hw/xwin/dri/Makefile.am
create mode 100644 hw/xwin/dri/windowsdri.c
create mode 100644 hw/xwin/dri/windowsdri.h
create mode 100644 hw/xwin/glx/dri_helpers.c
create mode 100644 hw/xwin/glx/dri_helpers.h
create mode 100644 hw/xwin/glx/indirect.h
More information about the xorg-devel
mailing list