diff options
author | Brian Paul <[email protected]> | 2009-12-30 21:38:58 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-31 08:49:26 -0700 |
commit | 007b1f42c45e9c063eff5846530baf6ffc8643dd (patch) | |
tree | e5ab2403221032c00686bbd3675820e22293c03f /src/mesa/glapi/NV_conditional_render.xml | |
parent | 5a0eb89da56aeaded17fee213bb4f00607b13a5c (diff) |
mesa: added dispatch for GL_NV_conditional_render extension
Diffstat (limited to 'src/mesa/glapi/NV_conditional_render.xml')
-rw-r--r-- | src/mesa/glapi/NV_conditional_render.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mesa/glapi/NV_conditional_render.xml b/src/mesa/glapi/NV_conditional_render.xml new file mode 100644 index 00000000000..8bb31dd1fc9 --- /dev/null +++ b/src/mesa/glapi/NV_conditional_render.xml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd"> + +<!-- Note: no GLX protocol info yet. --> + + +<OpenGLAPI> + +<category name="GL_NV_condtitional_render" number="346"> + + <enum name="QUERY_WAIT_NV" value="0x8E13"/> + <enum name="QUERY_NO_WAIT_NV" value="0x8E14"/> + <enum name="QUERY_BY_REGION_WAIT_NV" value="0x8E15"/> + <enum name="QUERY_BY_REGION_NO_WAIT_NV" value="0x8E16"/> + + <function name="BeginConditionalRenderNV" offset="assign"> + <param name="query" type="GLuint"/> + <param name="mode" type="GLenum"/> + </function> + + <function name="EndConditionalRenderNV" offset="assign"> + </function> + +</category> + +</OpenGLAPI> |