glthread: handle gl{Push,Pop}ClientAttrib{DefaultEXT} for glthread states

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4314>
This commit is contained in:
Marek Olšák
2020-03-21 02:58:51 -04:00
committed by Marge Bot
parent 57bf51a973
commit 1485a3ff7b
4 changed files with 113 additions and 4 deletions
+4 -2
View File
@@ -3388,11 +3388,13 @@
<glx rop="194"/>
</function>
<function name="PopClientAttrib" deprecated="3.1">
<function name="PopClientAttrib" deprecated="3.1"
marshal_call_after="if (COMPAT) _mesa_glthread_PopClientAttrib(ctx);">
<glx handcode="true"/>
</function>
<function name="PushClientAttrib" deprecated="3.1">
<function name="PushClientAttrib" deprecated="3.1"
marshal_call_after="if (COMPAT) _mesa_glthread_PushClientAttrib(ctx, mask, false);">
<param name="mask" type="GLbitfield"/>
<glx handcode="true"/>
</function>