third_party_vulkan-loader/loader
l00804330 6db5705c27 igraphics
Signed-off-by: l00804330 <lixinyu50@huawei.com>
2024-10-29 17:39:09 +08:00
..
generated update to v1.3.275 2024-05-21 08:09:09 +00:00
adapters.h update to v1.3.275 2024-05-21 08:09:09 +00:00
allocation.c Refactor loader allocation functionality 2022-05-24 14:18:26 -06:00
allocation.h loader: Add unicode support 2022-06-24 13:14:10 -06:00
asm_offset.c update to v1.3.275 2024-05-21 08:09:09 +00:00
asm_test_aarch64.S loader: Add aarch64 unknown ext chain implementation 2021-11-12 11:01:34 -07:00
asm_test_x86.S loader: Update assembly file names to specify their target architecture 2021-11-12 11:01:34 -07:00
cJSON.c update to v1.3.275 2024-05-21 08:09:09 +00:00
cJSON.h update to v1.3.275 2024-05-21 08:09:09 +00:00
CMakeLists.txt update to v1.3.275 2024-05-21 08:09:09 +00:00
debug_utils.c update to v1.3.275 2024-05-21 08:09:09 +00:00
debug_utils.h update to v1.3.275 2024-05-21 08:09:09 +00:00
dev_ext_trampoline.c update to v1.3.275 2024-05-21 08:09:09 +00:00
dirent_on_windows.c update to v1.3.275 2024-05-21 08:09:09 +00:00
dirent_on_windows.h update to v1.3.275 2024-05-21 08:09:09 +00:00
dlopen_fuchsia.c update to v1.3.275 2024-05-21 08:09:09 +00:00
dlopen_fuchsia.h update to v1.3.275 2024-05-21 08:09:09 +00:00
extension_manual.c update to v1.3.275 2024-05-21 08:09:09 +00:00
extension_manual.h update to v1.3.275 2024-05-21 08:09:09 +00:00
gpa_helper.c update to v1.3.275 2024-05-21 08:09:09 +00:00
gpa_helper.h update to v1.3.275 2024-05-21 08:09:09 +00:00
loader_common.h update to v1.3.275 2024-05-21 08:09:09 +00:00
loader_environment.c update to v1.3.275 2024-05-21 08:09:09 +00:00
loader_environment.h update to v1.3.275 2024-05-21 08:09:09 +00:00
loader_linux.c update to v1.3.275 2024-05-21 08:09:09 +00:00
loader_linux.h update to v1.3.275 2024-05-21 08:09:09 +00:00
loader_windows.c update to v1.3.275 2024-05-21 08:09:09 +00:00
loader_windows.h update to v1.3.275 2024-05-21 08:09:09 +00:00
loader.c igraphics 2024-10-29 17:39:09 +08:00
loader.h bundleMgrHelp 2024-10-15 08:18:16 +00:00
loader.rc update to v1.3.275 2024-05-21 08:09:09 +00:00
loader.rc.in update to v1.3.275 2024-05-21 08:09:09 +00:00
LoaderAndLayerInterface.md Re-arrange/update loader docs 2021-10-15 13:42:00 -06:00
log.c update to v1.3.275 2024-05-21 08:09:09 +00:00
log.h update to v1.3.275 2024-05-21 08:09:09 +00:00
phys_dev_ext.c update to v1.3.275 2024-05-21 08:09:09 +00:00
README.md Re-arrange/update loader docs 2021-10-15 13:42:00 -06:00
settings.c update to v1.3.275 2024-05-21 08:09:09 +00:00
settings.h update to v1.3.275 2024-05-21 08:09:09 +00:00
stack_allocation.h update to v1.3.275 2024-05-21 08:09:09 +00:00
terminator.c update to v1.3.275 2024-05-21 08:09:09 +00:00
trampoline.c update to v1.3.275 2024-05-21 08:09:09 +00:00
unknown_ext_chain_gas_aarch64.S update to v1.3.275 2024-05-21 08:09:09 +00:00
unknown_ext_chain_gas_x86.S update to v1.3.275 2024-05-21 08:09:09 +00:00
unknown_ext_chain_masm.asm update to v1.3.275 2024-05-21 08:09:09 +00:00
unknown_ext_chain.c update to v1.3.275 2024-05-21 08:09:09 +00:00
unknown_function_handling.c update to v1.3.275 2024-05-21 08:09:09 +00:00
unknown_function_handling.h Enable layer interception of unknown functions 2022-09-01 12:23:17 -06:00
vk_loader_layer.h loader: Make vk_loader_layer.h a proper header 2021-09-09 11:28:56 -06:00
vk_loader_platform.h update to v1.3.275 2024-05-21 08:09:09 +00:00
vulkan-1.def loader: Add 1.3 symbols defs to appropriate files 2022-01-25 10:54:13 -08:00
vulkan.pc.in update to v1.3.275 2024-05-21 08:09:09 +00:00
wsi.c update to v1.3.275 2024-05-21 08:09:09 +00:00
wsi.h update to v1.3.275 2024-05-21 08:09:09 +00:00

Loader Specification and Interfaces

See the LoaderInterfaceArchitecture.md for detailed documentation.

Building

Builds for Linux, Windows, and MacOS are supported via CMake. See top level BUILD.md file.