aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-02-27 21:58:35 -0500
committerMarge Bot <[email protected]>2020-04-30 22:01:55 +0000
commitc9c9f57b022ab47251c260825e81241fdad9b3ea (patch)
treee2b7edaf53999deba4f5dde68722f97f08ab75a9 /src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml
parentbefbd54864d2959b83e3d2d46d0825f19cb4fc46 (diff)
glthread: track pointers and strides for Pointer & EXT_dsa attrib functions
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4314>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml')
-rw-r--r--src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml b/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml
index fcbb1673971..90144944715 100644
--- a/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml
+++ b/src/mapi/glapi/gen/ARB_vertex_attrib_64bit.xml
@@ -52,7 +52,7 @@
</function>
<function name="VertexAttribLPointer" no_error="true" marshal="async"
- marshal_call_after="if (COMPAT) _mesa_glthread_AttribPointer(ctx, VERT_ATTRIB_GENERIC(index));">
+ marshal_call_after="if (COMPAT) _mesa_glthread_AttribPointer(ctx, VERT_ATTRIB_GENERIC(index), size, type, stride, pointer);">
<param name="index" type="GLuint"/>
<param name="size" type="GLint"/>
<param name="type" type="GLenum"/>
@@ -66,7 +66,8 @@
<param name="params" type="GLdouble *"/>
</function>
- <function name="VertexArrayVertexAttribLOffsetEXT">
+ <function name="VertexArrayVertexAttribLOffsetEXT"
+ marshal_call_after="if (COMPAT) _mesa_glthread_DSAAttribPointer(ctx, vaobj, buffer, VERT_ATTRIB_GENERIC(index), size, type, stride, offset);">
<param name="vaobj" type="GLuint" />
<param name="buffer" type="GLuint" />
<param name="index" type="GLuint" />