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:
committed by
Marge Bot
parent
4c1c546fa3
commit
10540c2f6f
+601
-356
File diff suppressed because it is too large
Load Diff
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user