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_debug.h | |
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_debug.h')
-rw-r--r-- | src/amd/vulkan/radv_debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_debug.h b/src/amd/vulkan/radv_debug.h index a4878b06bdc..ef5b331d188 100644 --- a/src/amd/vulkan/radv_debug.h +++ b/src/amd/vulkan/radv_debug.h @@ -67,7 +67,6 @@ enum { RADV_PERFTEST_CS_WAVE_32 = 0x100, RADV_PERFTEST_PS_WAVE_32 = 0x200, RADV_PERFTEST_GE_WAVE_32 = 0x400, - RADV_PERFTEST_STORAGE_DCC = 0x800, }; bool |