aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_texture_buffer_range.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_texture_buffer_range.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_texture_buffer_range.xml')
-rw-r--r--src/mapi/glapi/gen/ARB_texture_buffer_range.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_texture_buffer_range.xml b/src/mapi/glapi/gen/ARB_texture_buffer_range.xml
index 2176c08efcb..36bcc49325f 100644
--- a/src/mapi/glapi/gen/ARB_texture_buffer_range.xml
+++ b/src/mapi/glapi/gen/ARB_texture_buffer_range.xml
@@ -9,7 +9,7 @@
<enum name="TEXTURE_BUFFER_SIZE" value="0x919E"/>
<enum name="TEXTURE_BUFFER_OFFSET_ALIGNMENT" value="0x919F"/>
- <function name="TexBufferRange" offset="assign">
+ <function name="TexBufferRange">
<param name="target" type="GLenum"/>
<param name="internalformat" type="GLenum"/>
<param name="buffer" type="GLuint"/>