projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dc694
)
added GL_ARB_point_sprite tokens
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 16 Oct 2003 16:33:05 +0000
(16:33 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 16 Oct 2003 16:33:05 +0000
(16:33 +0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index a3179cf2570cb91165eadc8a5282faf3f6cc408d..e2dbeb3e93a43c5f384d7c787e0c9f470e826cd0 100644
(file)
--- a/
include/GL/gl.h
+++ b/
include/GL/gl.h
@@
-2261,6
+2261,16
@@
typedef void (APIENTRYP PFNGLGETQUERYOBJECTUIVARBPROC)(GLuint id, GLenum pname,
#endif /* GL_ARB_occlusion_query */
+/* XXX temporary until glext.h is updated! */
+#ifndef GL_ARB_point_sprite
+#define GL_ARB_point_sprite 1
+
+#define GL_POINT_SPRITE_ARB 0x8861
+#define GL_COORD_REPLACE_ARB 0x8862
+
+#endif /* GL_ARB_point_sprite */
+
+
#ifndef GL_MESA_program_debug
#define GL_MESA_program_debug 1