summaryrefslogtreecommitdiff
path: root/include/GL/glext.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-04-12 21:09:12 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-04-12 21:09:12 +0000
commitcb445412fc57a9622d75cb3bf09c3477f9e2c1b0 (patch)
tree1da7f88ed1e0c9e14f0c9c4281cb5f613e5a9681 /include/GL/glext.h
parentd23de4d33493e6d90f82bf067e4bbc663163258a (diff)
version 13 of glext.h - fixes GL_EXT_texture_env_dot3 token values
Diffstat (limited to 'include/GL/glext.h')
-rw-r--r--include/GL/glext.h31
1 files changed, 27 insertions, 4 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h
index c4b4baa0930..7d7080048f4 100644
--- a/include/GL/glext.h
+++ b/include/GL/glext.h
@@ -49,9 +49,9 @@ extern "C" {
/*************************************************************/
/* Header file version number, required by OpenGL ABI for Linux */
-/* glext.h last updated 2002/03/22 */
+/* glext.h last updated 2002/04/12 */
/* Current version at http://oss.sgi.com/projects/ogl-sample/registry/ */
-#define GL_GLEXT_VERSION 11
+#define GL_GLEXT_VERSION 13
#ifndef GL_VERSION_1_2
#define GL_CONSTANT_COLOR 0x8001
@@ -459,9 +459,7 @@ extern "C" {
#ifndef GL_ARB_texture_env_dot3
#define GL_DOT3_RGB_ARB 0x86AE
-#define GL_DOT3_RGB_EXT 0x86AE
#define GL_DOT3_RGBA_ARB 0x86AF
-#define GL_DOT3_RGBA_EXT 0x86AF
#endif
#ifndef GL_ARB_texture_mirrored_repeat
@@ -1688,6 +1686,16 @@ extern "C" {
#define GL_TEXTURE_COLOR_WRITEMASK_SGIS 0x81EF
#endif
+#ifndef GL_EXT_texture_env_dot3
+#define GL_DOT3_RGB_EXT 0x8740
+#define GL_DOT3_RGBA_EXT 0x8741
+#endif
+
+#ifndef GL_ATI_texture_mirror_once
+#define GL_MIRROR_CLAMP_ATI 0x8742
+#define GL_MIRROR_CLAMP_TO_EDGE_ATI 0x8743
+#endif
+
#ifndef GL_NV_fence
#define GL_ALL_COMPLETED_NV 0x84F2
#define GL_FENCE_STATUS_NV 0x84F3
@@ -2274,6 +2282,9 @@ extern "C" {
#ifndef GL_NV_vertex_program1_1
#endif
+#ifndef GL_EXT_shadow_funcs
+#endif
+
/*************************************************************/
@@ -4035,6 +4046,14 @@ GLAPI void APIENTRY glIglooInterfaceSGIX (GLenum, const GLvoid *);
typedef void (APIENTRY * PFNGLIGLOOINTERFACESGIXPROC) (GLenum pname, const GLvoid *params);
#endif
+#ifndef GL_EXT_texture_env_dot3
+#define GL_EXT_texture_env_dot3 1
+#endif
+
+#ifndef GL_ATI_texture_mirror_once
+#define GL_ATI_texture_mirror_once 1
+#endif
+
#ifndef GL_NV_fence
#define GL_NV_fence 1
#ifdef GL_GLEXT_PROTOTYPES
@@ -4615,6 +4634,10 @@ typedef void (APIENTRY * PFNGLPOINTPARAMETERIVNVPROC) (GLenum pname, const GLint
#define GL_NV_vertex_program1_1 1
#endif
+#ifndef GL_EXT_shadow_funcs
+#define GL_EXT_shadow_funcs 1
+#endif
+
#ifdef __cplusplus
}