anv: implement VK_KHR_copy_commands2

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6801>
This commit is contained in:
Lionel Landwerlin
2020-07-15 12:30:49 +03:00
committed by Marge Bot
parent 4c1c546fa3
commit 10540c2f6f
2 changed files with 602 additions and 356 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -56,6 +56,7 @@ EXTENSIONS = [
Extension('VK_KHR_16bit_storage', 1, 'device->info.gen >= 8'),
Extension('VK_KHR_bind_memory2', 1, True),
Extension('VK_KHR_buffer_device_address', 1, 'device->has_a64_buffer_access'),
Extension('VK_KHR_copy_commands2', 1, True),
Extension('VK_KHR_create_renderpass2', 1, True),
Extension('VK_KHR_dedicated_allocation', 1, True),
Extension('VK_KHR_depth_stencil_resolve', 1, True),