projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb9950
)
added GL_EXT_timer_query token
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 2 Sep 2005 13:43:26 +0000
(13:43 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 2 Sep 2005 13:43:26 +0000
(13:43 +0000)
include/GL/gl.h
patch
|
blob
|
history
diff --git
a/include/GL/gl.h
b/include/GL/gl.h
index 1ea97f39078c72acbc201c3f1707ace9b466352a..36a93791a905aee96defcdc48765267587a069dd 100644
(file)
--- a/
include/GL/gl.h
+++ b/
include/GL/gl.h
@@
-2231,6
+2231,15
@@
typedef void (APIENTRYP PFNGLBLENDEQUATIONSEPARATEATIPROC) (GLenum modeRGB, GLen
#endif /* GL_ATI_blend_equation_separate */
+#ifndef GL_EXT_timer_query
+#define GL_EXT_timer_query 1
+
+#define GL_TIME_ELAPSED_EXT 0x88BF
+
+#endif /* GL_EXT_timer_query */
+
+
+
/**
** NOTE!!!!! If you add new functions to this file, or update
** glext.h be sure to regenerate the gl_mangle.h file. See comments