summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-08 10:25:35 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-08 10:52:14 +0100
commitfe97936e69656c29be5e9b496cf8f1b2e73695b7 (patch)
tree09f85c8849d74a476a3eecae4e041feb6e84f2d5
parentd92831ec64d9b29314d10e5cc226e6bcdf59475b (diff)
Update glext.h
-rw-r--r--specs/glparams.py2
-rw-r--r--thirdparty/glext/glext.h6
2 files changed, 2 insertions, 6 deletions
diff --git a/specs/glparams.py b/specs/glparams.py
index 8636877..eaff783 100644
--- a/specs/glparams.py
+++ b/specs/glparams.py
@@ -942,8 +942,6 @@ parameters = [
("glGet", I, 1, "GL_NUM_EXTENSIONS"), # 0x821D
("glGet", I, 1, "GL_CONTEXT_FLAGS"), # 0x821E
("", X, 1, "GL_INDEX"), # 0x8222
- ("", X, 1, "GL_DEPTH_BUFFER"), # 0x8223
- ("", X, 1, "GL_STENCIL_BUFFER"), # 0x8224
("", X, 1, "GL_COMPRESSED_RED"), # 0x8225
("", X, 1, "GL_COMPRESSED_RG"), # 0x8226
("", X, 1, "GL_RG"), # 0x8227
diff --git a/thirdparty/glext/glext.h b/thirdparty/glext/glext.h
index 0940021..af58da2 100644
--- a/thirdparty/glext/glext.h
+++ b/thirdparty/glext/glext.h
@@ -29,9 +29,9 @@ extern "C" {
*/
/* Header file version number, required by OpenGL ABI for Linux */
-/* glext.h last updated $Date: 2011-08-08 00:34:29 -0700 (Mon, 08 Aug 2011) $ */
+/* glext.h last updated $Date: 2011-10-02 22:22:16 -0700 (Sun, 02 Oct 2011) $ */
/* Current version at http://www.opengl.org/registry/ */
-#define GL_GLEXT_VERSION 72
+#define GL_GLEXT_VERSION 73
/* Function declaration macros - to move into glplatform.h */
#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
@@ -516,8 +516,6 @@ extern "C" {
#define GL_MINOR_VERSION 0x821C
#define GL_NUM_EXTENSIONS 0x821D
#define GL_CONTEXT_FLAGS 0x821E
-#define GL_DEPTH_BUFFER 0x8223
-#define GL_STENCIL_BUFFER 0x8224
#define GL_COMPRESSED_RED 0x8225
#define GL_COMPRESSED_RG 0x8226
#define GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT 0x0001