Mesa (master): Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.

Kristian Høgsberg krh at kemper.freedesktop.org
Tue Dec 2 02:44:44 UTC 2008


Module: Mesa
Branch: master
Commit: 154a9e5317f890618932cea0129ef887e16baf84
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=154a9e5317f890618932cea0129ef887e16baf84

Author: Kristian Høgsberg <krh at redhat.com>
Date:   Mon Dec  1 21:44:03 2008 -0500

Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.

---

 configure.ac       |    2 +-
 src/glx/x11/dri2.c |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 15f6068..66e080e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_CANONICAL_HOST
 
 dnl Versions for external dependencies
 LIBDRM_REQUIRED=2.3.1
-DRI2PROTO_REQUIRED=1.99.1
+DRI2PROTO_REQUIRED=1.99.3
 
 dnl Check for progs
 AC_PROG_CPP
diff --git a/src/glx/x11/dri2.c b/src/glx/x11/dri2.c
index 661100a..3b48cd9 100644
--- a/src/glx/x11/dri2.c
+++ b/src/glx/x11/dri2.c
@@ -293,7 +293,6 @@ void DRI2CopyRegion(Display *dpy, XID drawable, XserverRegion region,
     req->region = region;
     req->dest = dest;
     req->src = src;
-    req->bitmask = 0;
 
     _XReply(dpy, (xReply *)&rep, 0, xFalse);
 




More information about the mesa-commit mailing list