aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_draw_buffers_blend.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_draw_buffers_blend.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_draw_buffers_blend.xml')
-rw-r--r--src/mapi/glapi/gen/ARB_draw_buffers_blend.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml b/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
index 0b6947cc5f3..8c33fbf89b8 100644
--- a/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
+++ b/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
@@ -8,24 +8,24 @@
<category name="GL_ARB_draw_buffers_blend" number="69">
- <function name="BlendEquationiARB" offset="assign">
+ <function name="BlendEquationiARB">
<param name="buf" type="GLuint"/>
<param name="mode" type="GLenum"/>
</function>
- <function name="BlendEquationSeparateiARB" offset="assign">
+ <function name="BlendEquationSeparateiARB">
<param name="buf" type="GLuint"/>
<param name="modeRGB" type="GLenum"/>
<param name="modeA" type="GLenum"/>
</function>
- <function name="BlendFunciARB" offset="assign">
+ <function name="BlendFunciARB">
<param name="buf" type="GLuint"/>
<param name="src" type="GLenum"/>
<param name="dst" type="GLenum"/>
</function>
- <function name="BlendFuncSeparateiARB" offset="assign">
+ <function name="BlendFuncSeparateiARB">
<param name="buf" type="GLuint"/>
<param name="srcRGB" type="GLenum"/>
<param name="dstRGB" type="GLenum"/>