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>
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user