mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-13 16:20:18 +01:00
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>
20 lines
607 B
XML
20 lines
607 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_internalformat_query" number="112">
|
|
<!-- Other existing enums are reused for this extension. -->
|
|
|
|
<enum name="NUM_SAMPLE_COUNTS" value="0x9380"/>
|
|
|
|
<function name="GetInternalformativ" es2="3.0">
|
|
<param name="target" type="GLenum"/>
|
|
<param name="internalformat" type="GLenum"/>
|
|
<param name="pname" type="GLenum"/>
|
|
<param name="bufSize" type="GLsizei"/>
|
|
<param name="params" type="GLint *"/>
|
|
</function>
|
|
</category>
|
|
|
|
</OpenGLAPI>
|