From: Eric Anholt Date: Tue, 5 Mar 2013 19:51:18 +0000 (-0800) Subject: glapi: Mark compressed teximage functions as sync. X-Git-Tag: upstream/17.1.0~1356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f05524ffaa98488c3faecebe952f1676fbb6a09c;p=platform%2Fupstream%2Fmesa.git glapi: Mark compressed teximage functions as sync. 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 --- 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 @@ - +