summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/gen/APPLE_vertex_array_object.xml
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-04-26 12:56:44 +0800
committerChia-I Wu <olv@lunarg.com>2010-05-07 10:41:11 +0800
commit296adbd545b8efd38c9ed508166b2de2764a444b (patch)
treeb146a292769007902a0aca98cfdd9d8ce7c44b59 /src/mesa/glapi/gen/APPLE_vertex_array_object.xml
parent73ded0624de66bc83ae990530febb129d950d04b (diff)
glapi: Move to src/mapi/.
Move glapi to src/mapi/{glapi,es1api,es2api}.
Diffstat (limited to 'src/mesa/glapi/gen/APPLE_vertex_array_object.xml')
-rw-r--r--src/mesa/glapi/gen/APPLE_vertex_array_object.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mesa/glapi/gen/APPLE_vertex_array_object.xml b/src/mesa/glapi/gen/APPLE_vertex_array_object.xml
deleted file mode 100644
index bd8427eaf6..0000000000
--- a/src/mesa/glapi/gen/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>