Files
mesa/src/vulkan/vulkan-icd-symbols.txt
T
Kristian H. Kristensen a7fe711a30 vulkan: Allow global symbol HMI for Android
Android looks for this symbol when loading HAL modules.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112>
2020-08-05 18:08:07 +00:00

20 lines
712 B
Plaintext

# See loader/LoaderAndLayerInterface.md in
# https://github.com/KhronosGroup/Vulkan-Loader
# and vulkan/vk_icd.h
# Version 1 - Add support for vk_icdGetInstanceProcAddr.
vk_icdGetInstanceProcAddr
# Version 2 - Add Loader/ICD Interface version negotiation
# via vk_icdNegotiateLoaderICDInterfaceVersion.
vk_icdNegotiateLoaderICDInterfaceVersion
# Version 4 - Add unknown physical device extension querying via
# vk_icdGetPhysicalDeviceProcAddr.
(optional) vk_icdGetPhysicalDeviceProcAddr
# Andoid looks for this global in HAL modules. In the source it occurs
# as HAL_MODULE_INFO_SYM (which is just a #define for HMI) and it's an
# instance of struct hwvulkan_module_t.
(optional) HMI