projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a34e66
)
temporary prototypes for OpenGL 2.0
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 12 Jan 2005 04:06:55 +0000
(
04:06
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 12 Jan 2005 04:06:55 +0000
(
04:06
+0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index 1d35af82a166a48a270536669263ca7bcf5e12ab..eacd9b2da865a46ab4546f2627467e13de8612bb 100644
(file)
--- 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
*/