summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2012-10-15 10:52:13 -0700
committerPaul Berry <stereotype441@gmail.com>2012-11-06 12:57:41 -0800
commit89a577080fd0d17b17dd096549d0d6cd4a358888 (patch)
treee096817d53ac4bbfaf91b592694743c81810210d /src/mapi/glapi/gen/APPLE_vertex_array_object.xml
parent11e9d8dd05b3adf92a4fed8225e37cddcd4e7e90 (diff)
glapi: Annotate XML with deprecated="3.1" for deprecated functions.
Future patches will use this annotation when code generating _mesa_create_exec_table(), to determine which functions should be skipped in core contexts. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mapi/glapi/gen/APPLE_vertex_array_object.xml')
-rw-r--r--src/mapi/glapi/gen/APPLE_vertex_array_object.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/APPLE_vertex_array_object.xml b/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
index bd8427eaf62..2bffc4e084d 100644
--- a/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
+++ b/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
@@ -5,7 +5,8 @@
<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">
+ <function name="BindVertexArrayAPPLE" offset="assign"
+ static_dispatch="false" deprecated="3.1">
<param name="array" type="GLuint"/>
</function>
@@ -14,7 +15,8 @@
<param name="arrays" type="const GLuint *" count="n"/>
</function>
- <function name="GenVertexArraysAPPLE" offset="assign" static_dispatch="false">
+ <function name="GenVertexArraysAPPLE" offset="assign"
+ static_dispatch="false" deprecated="3.1">
<param name="n" type="GLsizei"/>
<param name="arrays" type="GLuint *" count="n" output="true"/>
</function>