From 1d6b71c5c6264f9cc0f7ae7c35d27b5c88f3f8bf Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 27 Dec 2012 12:11:57 -0800 Subject: [PATCH] glapi: Mark vertex attrib pointer functions as async. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit These don't actually read data out of the pointers, they set the pointers (or offsets in a VBO) to be used in a later draw call. v2: Don't forget glVertexAttribIPointer, and don't bother with annotations on aliases. v3: Mark CompressedTexSubImage1D as sync also. Acked-by: Timothy Arceri Acked-by: Marek Olšák Tested-by: Dieter Nützel Tested-by: Mike Lothian --- src/mapi/glapi/gen/GL3x.xml | 2 +- src/mapi/glapi/gen/gl_API.xml | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index 6b91945c837..65f12a42587 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -256,7 +256,7 @@ - + diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 0da1589da7e..77d44360ff3 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -3153,7 +3153,7 @@ - + @@ -3181,7 +3181,7 @@ - + @@ -3198,7 +3198,7 @@ - + @@ -3212,14 +3212,14 @@ - + - + @@ -3227,7 +3227,7 @@ - + @@ -4557,7 +4557,7 @@ - + @@ -4716,7 +4716,7 @@ - + @@ -4852,7 +4852,7 @@ - + @@ -5806,7 +5806,7 @@ - + @@ -9179,7 +9179,7 @@ - + @@ -9194,7 +9194,7 @@ - + @@ -9206,7 +9206,7 @@ - + @@ -9214,7 +9214,7 @@ - + @@ -9222,7 +9222,7 @@ - + @@ -9231,7 +9231,7 @@ - + -- 2.30.2