diff options
author | Bas Nieuwenhuizen <[email protected]> | 2019-08-16 01:13:00 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2019-08-16 01:22:54 +0200 |
commit | b9fb90e6d35b19a68a163ab28fba87ab2a950e89 (patch) | |
tree | 84518816b776c4596ef35e47f7a8eede97dd4f71 /src/amd/vulkan/radv_device.c | |
parent | b4dad3afaa070272aae3a7091f96afbaf99eacc1 (diff) |
Revert "radv/gfx10: Enable DCC for storage images."
Quite useless without DCC for LAYOUT_GENERAL.
Fixes: b4dad3afaa0 Revert "radv: Do not decompress on LAYOUT_GENERAL."
Acked-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_device.c')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index c59a7464198..05d09bb08eb 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -514,7 +514,6 @@ static const struct debug_control radv_perftest_options[] = { {"cswave32", RADV_PERFTEST_CS_WAVE_32}, {"pswave32", RADV_PERFTEST_PS_WAVE_32}, {"gewave32", RADV_PERFTEST_GE_WAVE_32}, - {"storagedcc", RADV_PERFTEST_STORAGE_DCC}, {NULL, 0} }; |