[Mesa-dev] [PATCH] radv/gfx9: fix block compression texture views. (v2)

2018-01-28 Thread Dave Airlie
From: Dave Airlie This ports a fix from amdvlk, to fix the sizing for mip levels when block compressed images are viewed using uncompressed views. My original fix didn't power the clamping, but it looks like the clamping is required to stop the sizing going too large. Fixes: dEQP-VK.image.texel

[Mesa-dev] [PATCH] radv/gfx9: fix block compression texture views.

2017-12-28 Thread Dave Airlie
From: Dave Airlie This ports a fix from amdvlk, to fix the sizing for mip levels when block compressed images are viewed using uncompressed views. Fixes: dEQP-VK.image.texel_view_compatible.graphic.extended*bc* Fixes: e38685cc62e 'Revert "radv: disable support for VEGA for now."' Signed-off-by: