projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b2ff69
)
gave temp values to GL_HP_occlusion_test tokens
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 11 Mar 2000 23:24:01 +0000
(23:24 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 11 Mar 2000 23:24:01 +0000
(23:24 +0000)
include/GL/glext.h
patch
|
blob
|
history
diff --git
a/include/GL/glext.h
b/include/GL/glext.h
index 9588692ac3842ff8699107d9a8c472494734dd16..b88ddc02991cd4576d537c1b373116bfcd40613a 100644
(file)
--- a/
include/GL/glext.h
+++ b/
include/GL/glext.h
@@
-1078,8
+1078,8
@@
typedef void (APIENTRY * PFNGLLIGHTENVISGIXPROC) (GLenum pname, GLint param);
#ifndef GL_HP_occlusion_test
#define GL_HP_occlusion_test 1
-#define GL_OCCLUSION_TEST_HP 0x
?
-#define GL_OCCLUSION_TEST_RESULT_HP 0x
?
+#define GL_OCCLUSION_TEST_HP 0x
1
+#define GL_OCCLUSION_TEST_RESULT_HP 0x
2
#endif /* GL_HP_occlusion_test */