Module: Mesa
Branch: master
Commit: aaf5be4a29b4537b7e298c3ddf889180f3b4d855
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=aaf5be4a29b4537b7e298c3ddf889180f3b4d855

Author: Marek Olšák <[email protected]>
Date:   Wed Apr 13 16:31:35 2016 +0200

radeonsi: disable hw ETC2 on Polaris

not supported by hw directly, but it's still fully supported by the driver

Reviewed-by: Nicolai Hähnle <[email protected]>

---

 src/gallium/drivers/radeonsi/si_state.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/radeonsi/si_state.c 
b/src/gallium/drivers/radeonsi/si_state.c
index 82ae4c4..af9ffdd 100644
--- a/src/gallium/drivers/radeonsi/si_state.c
+++ b/src/gallium/drivers/radeonsi/si_state.c
@@ -1487,7 +1487,7 @@ static uint32_t si_translate_texformat(struct pipe_screen 
*screen,
        }
 
        if (desc->layout == UTIL_FORMAT_LAYOUT_ETC &&
-           sscreen->b.family >= CHIP_STONEY) {
+           sscreen->b.family == CHIP_STONEY) {
                switch (format) {
                case PIPE_FORMAT_ETC1_RGB8:
                case PIPE_FORMAT_ETC2_RGB8:

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to