summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/GL3x.xml
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2012-10-18 20:53:11 -0700
committerPaul Berry <[email protected]>2012-11-06 12:57:41 -0800
commit3464bce419875535e53241bab1bf224f9d47ae72 (patch)
treec8cf1e91e7fcaea8a9deacd65c57e719bc70a01b /src/mapi/glapi/gen/GL3x.xml
parent89a577080fd0d17b17dd096549d0d6cd4a358888 (diff)
glapi: Annotate XML with exec="skip" for unimplemented functions.
Future patches will use this annotation when code generating _mesa_create_exec_table(), to determine which functions should be skipped because they aren't implemented by Mesa. Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/GL3x.xml')
-rw-r--r--src/mapi/glapi/gen/GL3x.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml
index 82b977f58e7..ad12102c613 100644
--- a/src/mapi/glapi/gen/GL3x.xml
+++ b/src/mapi/glapi/gen/GL3x.xml
@@ -594,19 +594,20 @@
<enum name="MAX_FRAGMENT_INPUT_COMPONENTS" value="0x9125"/>
<enum name="CONTEXT_PROFILE_MASK" value="0x9126"/>
- <function name="GetInteger64i_v" offset="assign" es2="3.0">
+ <function name="GetInteger64i_v" offset="assign" es2="3.0" exec="skip">
<param name="cap" type="GLenum"/>
<param name="index" type="GLuint"/>
<param name="data" type="GLint64 *"/>
</function>
- <function name="GetBufferParameteri64v" offset="assign" es2="3.0">
+ <function name="GetBufferParameteri64v" offset="assign" es2="3.0"
+ exec="skip">
<param name="target" type="GLenum"/>
<param name="pname" type="GLenum"/>
<param name="params" type="GLint64 *"/>
</function>
- <function name="FramebufferTexture" offset="assign">
+ <function name="FramebufferTexture" offset="assign" exec="skip">
<param name="target" type="GLenum"/>
<param name="attachment" type="GLenum"/>
<param name="texture" type="GLuint"/>