From f05524ffaa98488c3faecebe952f1676fbb6a09c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 5 Mar 2013 11:51:18 -0800 Subject: [PATCH] glapi: Mark compressed teximage functions as sync. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Without doing some additional tracking, we won't know whether the data will be immediate user data, or will be loaded from a PBO. The normal teximage functions will be sync by default because they don't know up front what the size of their image data is. But for compressed teximage, we have the count information, so they would end up async by default. Acked-by: Timothy Arceri Acked-by: Marek Olšák Tested-by: Dieter Nützel Tested-by: Mike Lothian --- src/mapi/glapi/gen/gl_API.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index ce9ad17..e29825d 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -4494,7 +4494,7 @@ - + @@ -4507,7 +4507,7 @@ - + @@ -4519,7 +4519,7 @@ - + @@ -4530,7 +4530,7 @@ - + @@ -4545,7 +4545,7 @@ - + -- 2.7.4