diff options
author | Nicolai Hähnle <[email protected]> | 2017-09-29 11:21:01 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-10-02 12:17:15 +0200 |
commit | 6d23f7c65d6a3e6117b7b383bc811f01dd5b5c40 (patch) | |
tree | 4b245b20ea1117a16401389d9fed21beabc5e0cf /src/mesa/vbo | |
parent | 052b974fed3586f3b2f61d2d2c050c1807ec43c5 (diff) |
radeonsi: fix a regression in integer cube map handling
A recent commit fixed the case of 8888 integer cube maps, which need the
workaround of replacing the data format with USCALED/SSCALED. However,
this broke the case of non-8888 integer cube maps; those still need the
fix of shifting the texture coordinates.
Fixes KHR-GL45.texture_gather.plain-gather-int-cube-array and similar.
Fixes: 6fb0c1013b35 ("radeonsi: workaround for gather4 on integer cube maps")
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/vbo')
0 files changed, 0 insertions, 0 deletions