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:
Marek Olšák
2020-09-25 20:14:53 -04:00
parent bd70b61f2f
commit 315df8dbb8
3 changed files with 55 additions and 1 deletions
+2 -1
View File
@@ -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 *"/>