diff options
author | Marek Olšák <[email protected]> | 2020-03-04 14:46:56 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-20 00:00:22 +0000 |
commit | 87f6be4456f3def3ccf6578714a993374ce98e5d (patch) | |
tree | e9e6df8ff62a108e601adb69f397da9772a7126e /src/mapi/glapi/gen | |
parent | 720f34d5ebd29fe8d8ffaa9098c5100346256418 (diff) |
glthread: track VAOs created by CreateVertexArrays
Reviewed-by: Timothy Arceri <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4251>
Diffstat (limited to 'src/mapi/glapi/gen')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml index 3e39253c2a9..ead893e1c67 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -579,7 +579,8 @@ <!-- Vertex Array object functions --> - <function name="CreateVertexArrays" no_error="true"> + <function name="CreateVertexArrays" no_error="true" + marshal_call_after="_mesa_glthread_GenVertexArrays(ctx, n, arrays);"> <param name="n" type="GLsizei" /> <param name="arrays" type="GLuint *" /> </function> |