summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/ARB_copy_image.xml
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2015-05-12 19:15:09 -0700
committerIan Romanick <ian.d.romanick@intel.com>2015-05-15 20:23:31 -0700
commitf507d33d4fd0834529b77c2e24271904a14247ac (patch)
tree151e44a84559cde6501f361a91fd7a08d50966ca /src/mapi/glapi/gen/ARB_copy_image.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 <ian.d.romanick@intel.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_copy_image.xml')
-rw-r--r--src/mapi/glapi/gen/ARB_copy_image.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_copy_image.xml b/src/mapi/glapi/gen/ARB_copy_image.xml
index 2fbd84557a9..af672cd38bf 100644
--- a/src/mapi/glapi/gen/ARB_copy_image.xml
+++ b/src/mapi/glapi/gen/ARB_copy_image.xml
@@ -5,7 +5,7 @@
<category name="GL_ARB_copy_image" number="123">
- <function name="CopyImageSubData" offset="assign">
+ <function name="CopyImageSubData">
<param name="srcName" type="GLuint"/>
<param name="srcTarget" type="GLenum"/>
<param name="srcLevel" type="GLint"/>