]> git.cworth.org Git - apitrace/commitdiff
Update glext.h
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 8 Oct 2011 09:25:35 +0000 (10:25 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 8 Oct 2011 09:52:14 +0000 (10:52 +0100)
specs/glparams.py
thirdparty/glext/glext.h

index 8636877285404cea6e1495a2f3d035d7aec0bc11..eaff78332ee893bef88eaa566d7a48261a38d5f9 100644 (file)
@@ -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
index 09400215bac24305048da1f6738b0c99a1094e9c..af58da28e802b87067917b37a96754e8ae261964 100644 (file)
@@ -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