anv: Add version 1.1.0 but leave it disabled

This requires us to rename any Vulkan API entrypoints which became core
in 1.1 to no longer have the KHR suffix.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
Jason Ekstrand
2017-09-20 12:18:10 -07:00
parent 0128187335
commit af461986db
7 changed files with 22 additions and 21 deletions

View File

@@ -699,7 +699,7 @@ VkResult anv_BindImageMemory(
return VK_SUCCESS;
}
VkResult anv_BindImageMemory2KHR(
VkResult anv_BindImageMemory2(
VkDevice _device,
uint32_t bindInfoCount,
const VkBindImageMemoryInfoKHR* pBindInfos)