diff options
author | Dave Airlie <[email protected]> | 2017-04-28 08:06:09 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-05-07 23:41:39 +0100 |
commit | 823e9ea8a1d8de6fb4378f53695367bc4a418e89 (patch) | |
tree | 2f5c5f12fdb6eb8d977e5550123838e1d19c5072 /src/amd/vulkan/radv_private.h | |
parent | 2a04f5481df8ce6cb4c43382535ba9944cb3d723 (diff) |
radv: drop resolve hack workarounds
This drops the resolve workarounds that change an image
tiling mode behinds it's back, this is horrible and breaks
the image_view->image relationship. Remove all this.
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index 97bf6613832..1e023560945 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -1249,8 +1249,7 @@ void radv_image_view_init(struct radv_image_view *view, const VkImageViewCreateInfo* pCreateInfo, struct radv_cmd_buffer *cmd_buffer, VkImageUsageFlags usage_mask); -void radv_image_set_optimal_micro_tile_mode(struct radv_device *device, - struct radv_image *image, uint32_t micro_tile_mode); + struct radv_buffer_view { struct radeon_winsys_bo *bo; VkFormat vk_format; |