diff options
author | Nicolai Hähnle <[email protected]> | 2017-05-10 22:14:39 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-06-05 10:43:53 +1000 |
commit | 59f72e158aa0349085ef25900eb1651aa67ec67f (patch) | |
tree | 9968d595d364f3c519714e18f611308281eb755f /src/amd/vulkan/radv_radeon_winsys.h | |
parent | a12d288bff2277c9343fa22dd138f49447a8e258 (diff) |
radv: remove radeon_surf_level::pitch_bytes
Like radeonsi. This saves memory, and the information can easily be
recomputed on the fly where necessary.
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_radeon_winsys.h')
-rw-r--r-- | src/amd/vulkan/radv_radeon_winsys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_radeon_winsys.h b/src/amd/vulkan/radv_radeon_winsys.h index 84b1d73780b..df582d8c610 100644 --- a/src/amd/vulkan/radv_radeon_winsys.h +++ b/src/amd/vulkan/radv_radeon_winsys.h @@ -170,7 +170,6 @@ struct radeon_surf_level { uint32_t nblk_x; uint32_t nblk_y; uint32_t nblk_z; - uint32_t pitch_bytes; uint32_t mode; bool dcc_enabled; uint64_t dcc_offset; |