aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/EXT_draw_buffers2.xml
diff options
context:
space:
mode:
authorGeorge Sapountzis <[email protected]>2010-02-22 22:27:48 +0200
committerGeorge Sapountzis <[email protected]>2010-02-24 02:11:30 +0200
commitf437a673777ca613ef4c1464fb9083e269f3928c (patch)
tree219b072610a75e770e1dc827ceec2ea18d5121c1 /src/mesa/glapi/EXT_draw_buffers2.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/EXT_draw_buffers2.xml')
-rw-r--r--src/mesa/glapi/EXT_draw_buffers2.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/src/mesa/glapi/EXT_draw_buffers2.xml b/src/mesa/glapi/EXT_draw_buffers2.xml
deleted file mode 100644
index efbe61f74ed..00000000000
--- a/src/mesa/glapi/EXT_draw_buffers2.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
-
-<!-- Note: no GLX protocol info yet. -->
-
-
-<OpenGLAPI>
-
-<category name="GL_EXT_draw_buffers2" number="340">
-
- <function name="ColorMaskIndexedEXT" offset="assign">
- <param name="buf" type="GLuint"/>
- <param name="r" type="GLboolean"/>
- <param name="g" type="GLboolean"/>
- <param name="b" type="GLboolean"/>
- <param name="a" type="GLboolean"/>
- </function>
-
- <function name="GetBooleanIndexedvEXT" offset="assign">
- <param name="value" type="GLenum"/>
- <param name="index" type="GLuint"/>
- <param name="data" type="GLboolean *"/>
- </function>
-
- <function name="GetIntegerIndexedvEXT" offset="assign">
- <param name="value" type="GLenum"/>
- <param name="index" type="GLuint"/>
- <param name="data" type="GLint *"/>
- </function>
-
- <function name="EnableIndexedEXT" offset="assign">
- <param name="target" type="GLenum"/>
- <param name="index" type="GLuint"/>
- </function>
-
- <function name="DisableIndexedEXT" offset="assign">
- <param name="target" type="GLenum"/>
- <param name="index" type="GLuint"/>
- </function>
-
- <function name ="IsEnabledIndexedEXT" offset="assign">
- <param name="target" type="GLenum"/>
- <param name="index" type="GLuint"/>
- <return type="GLboolean"/>
- </function>
-
-</category>
-
-</OpenGLAPI>