mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
glthread: fix glArrayElement handling
This must be marshalled synchronously or the attrib pointers' content might change by the time we use them. Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8068 Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20748>
This commit is contained in:
parent
0f5c8c3dc3
commit
ddc721e15c
1 changed files with 1 additions and 1 deletions
|
|
@ -3189,7 +3189,7 @@
|
|||
<enum name="CLIENT_VERTEX_ARRAY_BIT" value="0x00000002"/>
|
||||
<enum name="CLIENT_ALL_ATTRIB_BITS" value="0xFFFFFFFF"/>
|
||||
|
||||
<function name="ArrayElement" deprecated="3.1" exec="beginend">
|
||||
<function name="ArrayElement" deprecated="3.1" exec="beginend" marshal="sync">
|
||||
<param name="i" type="GLint"/>
|
||||
<glx handcode="true"/>
|
||||
</function>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue