From 25ea3852798dc2d32345727f062384024044409b Mon Sep 17 00:00:00 2001 From: Bas Nieuwenhuizen Date: Sun, 17 Sep 2017 13:55:16 +0200 Subject: radv: Add VK_KHR_bind_memory2 support. Nothing too exciting, just adding the possibility for a pNext pointer, and batch binding. Our binding is pretty much trivial. It also adds VK_IMAGE_CREATE_ALIAS_BIT_KHR, but since we store no state in radv_image, I don't think we have to do anything there. Reviewed-by: Dave Airlie Reviewed-by: Jason Ekstrand --- src/amd/vulkan/radv_entrypoints_gen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amd/vulkan/radv_entrypoints_gen.py') diff --git a/src/amd/vulkan/radv_entrypoints_gen.py b/src/amd/vulkan/radv_entrypoints_gen.py index 9634f76fcd6..21738f4da90 100644 --- a/src/amd/vulkan/radv_entrypoints_gen.py +++ b/src/amd/vulkan/radv_entrypoints_gen.py @@ -57,6 +57,7 @@ SUPPORTED_EXTENSIONS = [ 'VK_KHR_external_semaphore_capabilities', 'VK_KHR_external_semaphore', 'VK_KHR_external_semaphore_fd', + 'VK_KHR_bind_memory2', ] # We generate a static hash table for entry point lookup -- cgit v1.2.3