summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-02-20 15:43:44 +0000
committerAdam Jackson <ajax@nwnk.net>2006-02-20 15:43:44 +0000
commit709e3db8065c808483b81e53a1779ceec3dac775 (patch)
treedc40f38aa445af2b8dc41a290b1a80a9e2f779b0
parent29f219c9dfdbd9c38b4987a3b8c14c72e34a3ce3 (diff)
downloadxorg-proto-glproto-709e3db8065c808483b81e53a1779ceec3dac775.tar.gz
Add GLX_FRONT_LEFT_EXT. Bump to 1.4.5.glproto-1_4_5
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
-rw-r--r--glxtokens.h5
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 665b50d..b74af9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-20 Adam Jackson <ajax@freedesktop.org>
+
+ * glxtokens.h:
+ Add GLX_FRONT_LEFT_EXT.
+
+ * configure.ac:
+ Bump to 1.4.5.
+
2006-02-14 Adam Jackson <ajax@freedesktop.org>
* glxproto.h:
diff --git a/configure.ac b/configure.ac
index 40b6be2..f935952 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.57])
-AC_INIT([GLProto], [1.4.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([GLProto], [1.4.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
XORG_RELEASE_VERSION
diff --git a/glxtokens.h b/glxtokens.h
index cc72020..18cf046 100644
--- a/glxtokens.h
+++ b/glxtokens.h
@@ -232,6 +232,11 @@ extern "C" {
#define GLX_SCREEN_EXT 0x800C /* screen number */
/*
+** GLX_EXT_texture_from_pixmap
+*/
+#define GLX_FRONT_LEFT_EXT 0x6005
+
+/*
* GLX 1.4 and later:
*/
#define GLX_SAMPLE_BUFFERS_SGIS 100000