- update to glproto-20100225
This commit is contained in:
Stephan Raue 2010-03-02 12:20:27 +01:00
parent efec74b797
commit 48259ebd2f
2 changed files with 1 additions and 32 deletions

View File

@ -1,31 +0,0 @@
From fa99593342f13220fb675a1c3c17b6a3d755abda Mon Sep 17 00:00:00 2001
From: Ian Romanick <ian.d.romanick@intel.com>
Date: Tue, 09 Feb 2010 23:20:59 +0000
Subject: Update tokens for GLX_INTEL_swap_event to match final version of spec
---
diff --git a/glxtokens.h b/glxtokens.h
index e7770ab..949935b 100644
--- a/glxtokens.h
+++ b/glxtokens.h
@@ -153,14 +153,14 @@ extern "C" {
/* glXSelectEvent event mask bits */
#define GLX_PBUFFER_CLOBBER_MASK 0x08000000
-#define GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK 0x10000000
+#define GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK 0x04000000
/* GLXPbufferClobberEvent event_type values */
#define GLX_DAMAGED 0x8020
#define GLX_SAVED 0x8021
-#define GLX_EXCHANGE_COMPLETE_INTEL 0x8024
-#define GLX_BLIT_COMPLETE_INTEL 0x8025
-#define GLX_FLIP_COMPLETE_INTEL 0x8026
+#define GLX_EXCHANGE_COMPLETE_INTEL 0x8180
+#define GLX_BLIT_COMPLETE_INTEL 0x8181
+#define GLX_FLIP_COMPLETE_INTEL 0x8182
/* GLXPbufferClobberEvent draw_type values */
#define GLX_WINDOW 0x8022
--
cgit v0.8.3-6-g21f6

View File

@ -1 +1 @@
http://xorg.freedesktop.org/archive/individual/proto/glproto-1.4.11.tar.bz2
http://sources.openelec.tv/svn/glproto-20100225.tar.bz2