panvk: Also load output attachments with LOAD_OP_NONE+STORE_OP_NONE

We already had this for LOAD_OP_DONT_CARE but we also need it for
LOAD_OP_NONE.

Cc: mesa-stable
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Acked-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Eric R. Smith <eric.smith@collabora.com>
(cherry picked from commit 44ff0c4707)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40092>
This commit is contained in:
Faith Ekstrand 2026-02-06 15:15:22 -05:00 committed by Eric Engestrom
parent 262e7feab9
commit a457021d67
3 changed files with 1 additions and 4 deletions

View file

@ -1164,7 +1164,7 @@
"description": "panvk: Also load output attachments with LOAD_OP_NONE+STORE_OP_NONE",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -3,8 +3,6 @@ dEQP-VK.wsi.wayland.swapchain.create.image_extent,Crash
dEQP-VK.wsi.wayland.swapchain.simulate_oom.image_extent,Crash
angle-KHR-GLES3.packed_depth_stencil.verify_read_pixels.depth24_stencil8,Fail
angle-KHR-GLES3.packed_depth_stencil.verify_read_pixels.depth32f_stencil8,Fail
angle-KHR-GLES31.core.shader_atomic_counters.advanced-usage-multi-stage,Fail
angle-KHR-GLES31.core.shader_storage_buffer_object.advanced-matrix-vsfs,Fail
angle-KHR-GLES31.core.shader_storage_buffer_object.advanced-usage-sync-vsfs,Fail

View file

@ -23,7 +23,6 @@ att_set_clear_preload(const VkRenderingAttachmentInfo *att, bool *clear, bool *p
*preload = true;
break;
case VK_ATTACHMENT_LOAD_OP_NONE:
break;
case VK_ATTACHMENT_LOAD_OP_DONT_CARE:
/* This is a very frustrating corner case. From the spec:
*