Module: Mesa
Branch: master
Commit: 95f50f7f6cd0e2b2708b501c051e8980b8ec3008
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=95f50f7f6cd0e2b2708b501c051e8980b8ec3008

Author: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
Date:   Fri Dec 29 01:28:48 2017 +0100

radv: Don't init DCC metadata during FS resolve.

It should already be valid there + the RB will update it during
rendering.

Reviewed-by: Dave Airlie <airl...@redhat.com>
Tested-by: Dieter Nützel <die...@nuetzel-hh.de>

---

 src/amd/vulkan/radv_meta_resolve_fs.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/amd/vulkan/radv_meta_resolve_fs.c 
b/src/amd/vulkan/radv_meta_resolve_fs.c
index 798129ec85..99314d94e5 100644
--- a/src/amd/vulkan/radv_meta_resolve_fs.c
+++ b/src/amd/vulkan/radv_meta_resolve_fs.c
@@ -629,13 +629,8 @@ radv_cmd_buffer_resolve_subpass_fs(struct radv_cmd_buffer 
*cmd_buffer)
                        continue;
 
                struct radv_image_view *dest_iview = 
cmd_buffer->state.framebuffer->attachments[dest_att.attachment].attachment;
-               struct radv_image *dst_img = dest_iview->image;
                struct radv_image_view *src_iview = 
cmd_buffer->state.framebuffer->attachments[src_att.attachment].attachment;
 
-               if (dst_img->surface.dcc_size) {
-                       radv_initialize_dcc(cmd_buffer, dst_img, 0xffffffff);
-                       
cmd_buffer->state.attachments[dest_att.attachment].current_layout = 
VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
-               }
                {
                        VkImageSubresourceRange range;
                        range.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to