57c5419bbd
On ANV the vkCmdBeginRendering function was hard coded to use VK_IMAGE_ASPECT_COLOR_BIT for all color attachments, instead of using the aspect bit specified when the vkImageView was initialized, which made it impossible for applications to render to views of multi-planar formats like VK_FORMAT_G8_B8R8_2PLANE_420_UNORM correctly. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13221 Cc: mesa-stable Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35340>