Skip to content

radv: fix is_atomic_allowed with CREATE_MUTABLE_FORMAT_BIT and no list

Rhys Perry requested to merge pendingchaos/mesa:radv_atomic_mutable_no_list into main

If an image is created with VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT and no format list, then a view could use any format with the same size as the image's format.

Merge request reports