Skip to content
Snippets Groups Projects
Commit c70ffcc8 authored by Pierre-Eric Pelloux-Prayer's avatar Pierre-Eric Pelloux-Prayer Committed by Eric Engestrom
Browse files

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: mesa/mesa#8068


Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
Part-of: <mesa/mesa!20748>
(cherry picked from commit ddc721e1)
parent bc487cec
No related branches found
No related tags found
Loading
......@@ -2929,7 +2929,7 @@
"description": "glthread: fix glArrayElement handling",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment