mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 19:28:11 +02: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>
32 lines
906 B
XML
32 lines
906 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_blend_func_extended" number="78">
|
|
|
|
<function name="BindFragDataLocationIndexed">
|
|
<param name="program" type="GLuint"/>
|
|
<param name="colorNumber" type="GLuint"/>
|
|
<param name="index" type="GLuint"/>
|
|
<param name="name" type="const GLchar *"/>
|
|
</function>
|
|
|
|
<function name="GetFragDataIndex">
|
|
<param name="program" type="GLuint"/>
|
|
<param name="name" type="const GLchar *"/>
|
|
<return type="GLint"/>
|
|
</function>
|
|
|
|
<enum name="SRC1_COLOR" value="0x88F9"/>
|
|
<!-- SRC1_ALPHA is defined in core GL -->
|
|
<enum name="ONE_MINUS_SRC1_COLOR" value="0x88FA"/>
|
|
<enum name="ONE_MINUS_SRC1_ALPHA" value="0x88FB"/>
|
|
|
|
<enum name="MAX_DUAL_SOURCE_DRAW_BUFFERS" value="0x88FC"/>
|
|
</category>
|
|
|
|
</OpenGLAPI>
|