From b5a0714aaeb207d1601dae3b23efd3587c159ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Wed, 27 Jan 2021 22:21:32 -0500 Subject: [PATCH] glthread: fix glVertexAttribDivisor calls not being tracked by non-VBO uploads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit marshal_call_after is ignored if the function is an alias of another function. Move it to the right place. Reviewed-by: Pierre-Eric Pelloux-Prayer Reviewed-by: Zoltán Böszörményi Part-of: --- src/mapi/glapi/gen/ARB_instanced_arrays.xml | 3 +-- src/mapi/glapi/gen/GL3x.xml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mapi/glapi/gen/ARB_instanced_arrays.xml b/src/mapi/glapi/gen/ARB_instanced_arrays.xml index feeeeabeb1c..49f92cfe8ec 100644 --- a/src/mapi/glapi/gen/ARB_instanced_arrays.xml +++ b/src/mapi/glapi/gen/ARB_instanced_arrays.xml @@ -10,8 +10,7 @@ - + diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index f9506466cc5..c44245964af 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -626,7 +626,8 @@ - +