summaryrefslogtreecommitdiff
path: root/include/GL
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-12 04:06:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-12 04:06:55 +0000
commitd7b837ad4aa5306bd318fafa32f40599622f2c2a (patch)
treebb46c13c2d7f31c3ea0b3009671dc5cdbb6043e8 /include/GL
parent2a34e66d6aad93af9247d1a7d10da169a731437a (diff)
temporary prototypes for OpenGL 2.0
Diffstat (limited to 'include/GL')
-rw-r--r--include/GL/gl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 1d35af82a16..eacd9b2da86 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -2250,6 +2250,16 @@ typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen
**/
+/*
+ * XXX temporary - remove when glext.h is updated
+ */
+#ifndef GL_VERSION_2_0
+GLAPI void GLAPIENTRY glStencilOpSeparate (GLenum, GLenum, GLenum, GLenum);
+GLAPI void GLAPIENTRY glStencilFuncSeparate (GLenum, GLenum, GLint, GLuint);
+GLAPI void GLAPIENTRY glStencilMaskSeparate (GLenum, GLuint);
+#endif
+
+
/**********************************************************************
* Begin system-specific stuff
*/