diff options
author | Eric Anholt <[email protected]> | 2013-03-05 11:51:18 -0800 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-16 14:14:18 +1100 |
commit | f05524ffaa98488c3faecebe952f1676fbb6a09c (patch) | |
tree | 4506e55b06c1f5380c48a6f82e0b1948e1db2746 /src/mesa/main/api_exec.h | |
parent | f5052f45a20b1ce3ee25b8724cb6b90cd37ab45f (diff) |
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 <[email protected]>
Acked-by: Marek Olšák <[email protected]>
Tested-by: Dieter Nützel <[email protected]>
Tested-by: Mike Lothian <[email protected]>
Diffstat (limited to 'src/mesa/main/api_exec.h')
0 files changed, 0 insertions, 0 deletions