mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 00:10:33 +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>
23 lines
614 B
XML
23 lines
614 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_texture_view" number="124">
|
|
|
|
<function name="TextureView">
|
|
<param name="texture" type="GLuint"/>
|
|
<param name="target" type="GLenum"/>
|
|
<param name="origtexture" type="GLuint"/>
|
|
<param name="internalformat" type="GLenum"/>
|
|
<param name="minlevel" type="GLuint"/>
|
|
<param name="numlevels" type="GLuint"/>
|
|
<param name="minlayer" type="GLuint"/>
|
|
<param name="numlayers" type="GLuint"/>
|
|
</function>
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|