projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab07ef4
)
added final GL_HP_occlusion_test values
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 13 Mar 2000 15:48:51 +0000
(15:48 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 13 Mar 2000 15:48:51 +0000
(15:48 +0000)
include/GL/glext.h
patch
|
blob
|
history
diff --git
a/include/GL/glext.h
b/include/GL/glext.h
index b88ddc02991cd4576d537c1b373116bfcd40613a..1365e9d05bffc8e1dba29e13f32ea1b06910268b 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
1
-#define GL_OCCLUSION_TEST_RESULT_HP 0x
2
+#define GL_OCCLUSION_TEST_HP 0x
8165
+#define GL_OCCLUSION_TEST_RESULT_HP 0x
8166
#endif /* GL_HP_occlusion_test */