summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/APPLE_vertex_array_object.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/APPLE_vertex_array_object.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/APPLE_vertex_array_object.xml')
-rw-r--r--src/mesa/glapi/APPLE_vertex_array_object.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mesa/glapi/APPLE_vertex_array_object.xml b/src/mesa/glapi/APPLE_vertex_array_object.xml
deleted file mode 100644
index bd8427eaf6..0000000000
--- a/src/mesa/glapi/APPLE_vertex_array_object.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
-
-<OpenGLAPI>
-<category name="GL_APPLE_vertex_array_object" number="273">
- <enum name="VERTEX_ARRAY_BINDING_APPLE" value="0x85B5"/>
-
- <function name="BindVertexArrayAPPLE" offset="assign" static_dispatch="false">
- <param name="array" type="GLuint"/>
- </function>
-
- <function name="DeleteVertexArraysAPPLE" offset="assign" static_dispatch="false">
- <param name="n" type="GLsizei"/>
- <param name="arrays" type="const GLuint *" count="n"/>
- </function>
-
- <function name="GenVertexArraysAPPLE" offset="assign" static_dispatch="false">
- <param name="n" type="GLsizei"/>
- <param name="arrays" type="GLuint *" count="n" output="true"/>
- </function>
-
- <function name="IsVertexArrayAPPLE" offset="assign" static_dispatch="false">
- <param name="array" type="GLuint"/>
- <return type="GLboolean"/>
- </function>
-</category>
-</OpenGLAPI>