mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 21:40:29 +01:00
marshal_call_after is ignored if the function is an alias of another function. Move it to the right place. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8753>
28 lines
752 B
XML
28 lines
752 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_instanced_arrays" number="49">
|
|
|
|
<enum name="VERTEX_ATTRIB_ARRAY_DIVISOR_ARB" value="0x88FE"/>
|
|
|
|
<function name="VertexAttribDivisorARB" alias="VertexAttribDivisor">
|
|
<param name="index" type="GLuint"/>
|
|
<param name="divisor" type="GLuint"/>
|
|
</function>
|
|
|
|
<function name="VertexArrayVertexAttribDivisorEXT"
|
|
marshal_call_after="if (COMPAT) _mesa_glthread_AttribDivisor(ctx, &vaobj, VERT_ATTRIB_GENERIC(index), divisor);">
|
|
<param name="vaobj" type="GLuint"/>
|
|
<param name="index" type="GLuint"/>
|
|
<param name="divisor" type="GLuint"/>
|
|
</function>
|
|
|
|
</category>
|
|
|
|
|
|
</OpenGLAPI>
|