Files
mesa/src/intel/vulkan
Iván Briano 186cd59cf2 anv: use the color_map if present for calculating color_mask
If the FS has writes to multiple color outputs, but there are not enough
color attachments for them all, we may optimize out the exceeding ones.
With VK_KHR_dynamic_rendering_local_read, we were not respecting the
mapping from output to attachment set by the application, and the wrong
writes were getting eliminated.

Fixes future CTS tests: dEQP-VK.renderpasses.dynamic_rendering.primary_cmd_buff.local_read.remap_single_attachment*

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37531>
2025-09-24 21:47:42 +00:00
..
2025-08-16 00:04:46 -04:00
2024-12-02 21:56:39 +00:00
2025-09-24 00:34:50 +03:00
2025-09-03 08:12:28 +00:00
2025-02-05 09:56:03 +00:00
2025-09-04 13:25:26 +03:00