vulkan/wsi: add sw support. (v2)
[mesa.git] / src / vulkan / vulkan-icd-symbols.txt
1 # See loader/LoaderAndLayerInterface.md in
2 # https://github.com/KhronosGroup/Vulkan-Loader
3 # and vulkan/vk_icd.h
4
5 # Version 1 - Add support for vk_icdGetInstanceProcAddr.
6 vk_icdGetInstanceProcAddr
7
8 # Version 2 - Add Loader/ICD Interface version negotiation
9 # via vk_icdNegotiateLoaderICDInterfaceVersion.
10 vk_icdNegotiateLoaderICDInterfaceVersion
11
12 # Version 4 - Add unknown physical device extension querying via
13 # vk_icdGetPhysicalDeviceProcAddr.
14 (optional) vk_icdGetPhysicalDeviceProcAddr
15
16 # Andoid looks for this global in HAL modules. In the source it occurs
17 # as HAL_MODULE_INFO_SYM (which is just a #define for HMI) and it's an
18 # instance of struct hwvulkan_module_t.
19 (optional) HMI