glthread: handle glInterleavedArrays
We need to enable and bind everything on the glthread side too. The behavior was copied from _mesa_InterleavedArrays. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6874>
This commit is contained in:
@@ -3234,7 +3234,8 @@
|
||||
<glx handcode="true"/>
|
||||
</function>
|
||||
|
||||
<function name="InterleavedArrays" deprecated="3.1">
|
||||
<function name="InterleavedArrays" deprecated="3.1" marshal="async"
|
||||
marshal_call_after="_mesa_glthread_InterleavedArrays(ctx, format, stride, pointer);">
|
||||
<param name="format" type="GLenum"/>
|
||||
<param name="stride" type="GLsizei"/>
|
||||
<param name="pointer" type="const GLvoid *"/>
|
||||
|
||||
Reference in New Issue
Block a user