summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/NV_conditional_render.xml
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-02-22 22:27:48 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-02-24 02:11:30 +0200
commitf437a673777ca613ef4c1464fb9083e269f3928c (patch)
tree219b072610a75e770e1dc827ceec2ea18d5121c1 /src/mesa/glapi/NV_conditional_render.xml
parent232f6e176192d112fbdf9bd7de2d0f36ee16a246 (diff)
glapi: mv code generation to subdir
This just moves files, code generation Makefile will be fixed in next commit for easier review.
Diffstat (limited to 'src/mesa/glapi/NV_conditional_render.xml')
-rw-r--r--src/mesa/glapi/NV_conditional_render.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/mesa/glapi/NV_conditional_render.xml b/src/mesa/glapi/NV_conditional_render.xml
deleted file mode 100644
index 8bb31dd1fc..0000000000
--- a/src/mesa/glapi/NV_conditional_render.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>