mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 21:40:29 +01:00
Changes generated by:
cd src/mapi/glapi/gen
for i in *.xml; do
cat $i |\
sed 's/[[:space:]]*static_dispatch="[^"]*">/>/' |\
sed 's/[[:space:]]*static_dispatch="[^"]*"[[:space:]]*$//' |\
sed 's/[[:space:]]*static_dispatch="[^"]*"[[:space:]]*/ /' > x
mv x $i
done
Comparing the output of
nm libGL.so | grep ' T gl[^X]' | sed 's/.* T //'
before and after this commit showed no differences.
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
21 lines
637 B
XML
21 lines
637 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" offset="assign"
|
|
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>
|