diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-02-07 00:36:41 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-02-07 22:58:06 +0100 |
commit | 0d1283850bef7738b09c23d6a546696d653863ca (patch) | |
tree | aadac7fc5dec4c8ade1749624459762b1129a52c /src/amd/vulkan/radv_private.h | |
parent | 1de3cd8a3425e1b4d54155c040e73acd9903efe5 (diff) |
radv: Enable fast clears by default.
Works for me on dota2 and talos now.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Reviewed-by: Andres Rodriguez <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 69ff3578e34..25ed5dec7cf 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -102,7 +102,7 @@ enum radv_mem_type { enum { - RADV_DEBUG_FAST_CLEARS = 0x1, + RADV_DEBUG_NO_FAST_CLEARS = 0x1, RADV_DEBUG_NO_DCC = 0x2, RADV_DEBUG_DUMP_SHADERS = 0x4, RADV_DEBUG_NO_CACHE = 0x8, |