aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_get_program_binary.xml
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2015-05-12 19:15:09 -0700
committerIan Romanick <[email protected]>2015-05-15 20:23:31 -0700
commitf507d33d4fd0834529b77c2e24271904a14247ac (patch)
tree151e44a84559cde6501f361a91fd7a08d50966ca /src/mapi/glapi/gen/ARB_get_program_binary.xml
parent2b419e0db92248ca768d2d26aa2f8276c70356e2 (diff)
glapi: Remove all offset tags from the XML
Changes generated by: cd src/mapi/glapi/gen for i in *.xml; do cat $i |\ sed 's/[[:space:]]*offset="[^"]*">/>/' |\ sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*$//' |\ sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*/ /' > x mv x $i done Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_get_program_binary.xml')
-rw-r--r--src/mapi/glapi/gen/ARB_get_program_binary.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/glapi/gen/ARB_get_program_binary.xml b/src/mapi/glapi/gen/ARB_get_program_binary.xml
index e84d0678e72..25e0a37c84b 100644
--- a/src/mapi/glapi/gen/ARB_get_program_binary.xml
+++ b/src/mapi/glapi/gen/ARB_get_program_binary.xml
@@ -11,7 +11,7 @@
<enum name="NUM_PROGRAM_BINARY_FORMATS" value="0x87FE"/>
<enum name="PROGRAM_BINARY_FORMATS" value="0x87FF"/>
- <function name="GetProgramBinary" offset="assign" es2="3.0">
+ <function name="GetProgramBinary" es2="3.0">
<param name="program" type="GLuint"/>
<param name="bufSize" type="GLsizei"/>
<param name="length" type="GLsizei *"/>
@@ -19,14 +19,14 @@
<param name="binary" type="GLvoid *"/>
</function>
- <function name="ProgramBinary" offset="assign" es2="3.0">
+ <function name="ProgramBinary" es2="3.0">
<param name="program" type="GLuint"/>
<param name="binaryFormat" type="GLenum"/>
<param name="binary" type="const GLvoid *"/>
<param name="length" type="GLsizei"/>
</function>
- <function name="ProgramParameteri" offset="assign" es2="3.0">
+ <function name="ProgramParameteri" es2="3.0">
<param name="program" type="GLuint"/>
<param name="pname" type="GLenum"/>
<param name="value" type="GLint"/>