v3dv: expose VK_KHR_copy_commands2

Relevant CTS tests:
dEQP-VK.api.copy_and_blit.copy_commands2.*

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11443>
This commit is contained in:
Iago Toral Quiroga 2021-06-17 10:26:36 +02:00 committed by Marge Bot
parent aa61a653a5
commit b8abedb974
2 changed files with 2 additions and 1 deletions

View file

@ -475,7 +475,7 @@ Vulkan 1.2 -- all DONE: anv, vn
Khronos extensions that are not part of any Vulkan version:
VK_KHR_android_surface not started
VK_KHR_copy_commands2 DONE (anv, lvp, radv)
VK_KHR_copy_commands2 DONE (anv, lvp, radv, v3dv)
VK_KHR_deferred_host_operations DONE (anv, radv)
VK_KHR_display DONE (anv, lvp, radv, tu, v3dv)
VK_KHR_display_swapchain not started

View file

@ -108,6 +108,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
{
*ext = (struct vk_device_extension_table) {
.KHR_bind_memory2 = true,
.KHR_copy_commands2 = true,
.KHR_dedicated_allocation = true,
.KHR_device_group = true,
.KHR_descriptor_update_template = true,