diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-05-09 08:26:07 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-10-04 09:19:26 +0200 |
commit | ae61fe4982acf1ba86419beaf757f5f099656a53 (patch) | |
tree | df020a920dd23e3d1f15a70cbd8be6b7487c320f /src/amd/vulkan/radv_private.h | |
parent | 4e93d6baae2d00540b9bee0decff700d1aa6b247 (diff) |
radv: Implement TC compatible HTILE.
The situations where we enable it are quite limitied, but it works,
even for madmax, so lets just enable it.
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 5cab4072116..c2d78a7e2c7 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -1218,6 +1218,7 @@ struct radv_image { VkDeviceSize offset; uint32_t dcc_offset; uint32_t htile_offset; + bool tc_compatible_htile; struct radeon_surf surface; struct radv_fmask_info fmask; |