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

Author: Bas Nieuwenhuizen <[email protected]>
Date:   Fri Aug 25 00:29:03 2017 +0200

radv: Don't set a new subpass on compute resolve.

We don't use the render path so totally unneeded.

Fixes: 19be95f71e6 "radv: add subpass resolve compute path"
Reviewed-by: Dave Airlie <[email protected]>

---

 src/amd/vulkan/radv_meta_resolve_cs.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/amd/vulkan/radv_meta_resolve_cs.c 
b/src/amd/vulkan/radv_meta_resolve_cs.c
index da6ca76b6d..ce02884d2d 100644
--- a/src/amd/vulkan/radv_meta_resolve_cs.c
+++ b/src/amd/vulkan/radv_meta_resolve_cs.c
@@ -521,14 +521,6 @@ radv_cmd_buffer_resolve_subpass_cs(struct radv_cmd_buffer 
*cmd_buffer)
                if (dest_att.attachment == VK_ATTACHMENT_UNUSED)
                        continue;
 
-               struct radv_subpass resolve_subpass = {
-                       .color_count = 1,
-                       .color_attachments = (VkAttachmentReference[]) { 
dest_att },
-                       .depth_stencil_attachment = { .attachment = 
VK_ATTACHMENT_UNUSED },
-               };
-
-               radv_cmd_buffer_set_subpass(cmd_buffer, &resolve_subpass, 
false);
-
                emit_resolve(cmd_buffer,
                             src_iview,
                             dst_iview,

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to