mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
radv: Don't set a new subpass on compute resolve.
We don't use the render path so totally unneeded. Fixes:19be95f71e"radv: add subpass resolve compute path" Reviewed-by: Dave Airlie <airlied@redhat.com> (cherry picked from commitbd81cb3206)
This commit is contained in:
parent
69c793c0ce
commit
17e5b0f1db
1 changed files with 0 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue