Please consider pulling into master. 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 7280a41ef26647c27035e51e33c6f3ac5b12e931: Add Windows-DRI extension (2016-09-15 12:53:21 +0100) ---------------------------------------------------------------- Jon Turney (1): Add Windows-DRI extension configure.ac | 7 + glx/glxcmds.c | 2 +- glx/glxdrawable.h | 3 + hw/xwin/InitOutput.c | 4 + hw/xwin/Makefile.am | 14 +- hw/xwin/dri/Makefile.am | 8 + 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, 804 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 _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel