mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 04:10:25 +01:00
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:
parent
aa61a653a5
commit
b8abedb974
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue