v3dv: enable KHR_image_format_list

There's nothing checking for mutable formats, so this needs no changes

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11276>
This commit is contained in:
Charlie 2021-06-09 20:04:40 +01:00 committed by Charlie Birks
parent 7c63ec70ef
commit be2b11003a
2 changed files with 2 additions and 1 deletions

View File

@ -453,7 +453,7 @@ Vulkan 1.2 -- all DONE: anv, vn
VK_KHR_depth_stencil_resolve DONE (anv, radv, tu, vn)
VK_KHR_draw_indirect_count DONE (anv, lvp, radv, tu, vn)
VK_KHR_driver_properties DONE (anv, lvp, radv, vn)
VK_KHR_image_format_list DONE (anv, lvp, radv, tu, vn)
VK_KHR_image_format_list DONE (anv, lvp, radv, tu, v3dv, vn)
VK_KHR_imageless_framebuffer DONE (anv, lvp, radv, vn)
VK_KHR_sampler_mirror_clamp_to_edge DONE (anv, lvp, radv, tu, vn)
VK_KHR_separate_depth_stencil_layouts DONE (anv, radv, vn)

View File

@ -118,6 +118,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
.KHR_external_semaphore = true,
.KHR_external_semaphore_fd = true,
.KHR_get_memory_requirements2 = true,
.KHR_image_format_list = true,
.KHR_relaxed_block_layout = true,
.KHR_maintenance1 = true,
.KHR_maintenance2 = true,