third_party_vulkan-loader/loader
Charles Giessen 0a2395df92 Use VkAllocationCallbacks in windows dirent
Pass the allocation callbacks directly to dirent_on_windows.
This removes a unecessary dependency between the loader headers and
dirent_on_windows.
2022-05-24 14:18:26 -06:00
..
generated build: Update to header 1.3.215 2022-05-24 11:41:56 -06:00
adapters.h loader: Update Copyright for 2021 2021-09-09 11:28:56 -06:00
allocation.c Refactor loader allocation functionality 2022-05-24 14:18:26 -06:00
allocation.h Refactor loader allocation functionality 2022-05-24 14:18:26 -06:00
asm_offset.c Remove hasing of unknown functions 2022-03-14 23:31:26 -06: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 Document VK_KHR_portability_enumeration support 2022-04-07 11:49:53 -06:00
cJSON.h Document VK_KHR_portability_enumeration support 2022-04-07 11:49:53 -06:00
CMakeLists.txt Remove hasing of unknown functions 2022-03-14 23:31:26 -06:00
debug_utils.c Refactor loader allocation functionality 2022-05-24 14:18:26 -06:00
debug_utils.h loader: Move allocation functions to a header 2021-09-09 11:28:56 -06:00
dev_ext_trampoline.c loader: Header include cleanup 2021-09-09 11:28:56 -06:00
dirent_on_windows.c Use VkAllocationCallbacks in windows dirent 2022-05-24 14:18:26 -06:00
dirent_on_windows.h Use VkAllocationCallbacks in windows dirent 2022-05-24 14:18:26 -06:00
extension_manual.c Enable /W4 errors and support clang-cl 2022-03-29 16:10:30 -06:00
extension_manual.h loader: Header include cleanup 2021-09-09 11:28:56 -06:00
get_environment.c Refactor loader allocation functionality 2022-05-24 14:18:26 -06:00
get_environment.h loader: include FreeBSD in supported platforms 2021-10-20 10:29:26 -06:00
gpa_helper.c Remove hasing of unknown functions 2022-03-14 23:31:26 -06:00
gpa_helper.h loader: Make trampolineGetProcAddr snake_case 2021-09-09 11:28:56 -06:00
loader_common.h Make portability drivers not load by default 2022-05-04 15:40:27 -06:00
loader_linux.c Clean up version checking logic 2022-04-04 19:17:07 -06:00
loader_linux.h Fix missed Physical Devices in Windows 2022-04-04 16:38:17 -06:00
loader_windows.c Fix missed Physical Devices in Windows 2022-04-04 16:38:17 -06:00
loader_windows.h Fix missed Physical Devices in Windows 2022-04-04 16:38:17 -06:00
loader.aps loader: Update loader for Vulkan 1.1 2018-03-09 13:54:31 -07:00
loader.c Use VkAllocationCallbacks in windows dirent 2022-05-24 14:18:26 -06:00
loader.h Make portability drivers not load by default 2022-05-04 15:40:27 -06:00
loader.rc Update Windows runtime installer copyright 2022-02-14 11:07:09 -07:00
loader.rc.in Update Windows runtime installer copyright 2022-02-14 11:07:09 -07:00
LoaderAndLayerInterface.md Re-arrange/update loader docs 2021-10-15 13:42:00 -06:00
log.c More clean up to make sure we have enough space 2022-03-21 14:04:39 -06:00
log.h Update loader VUID messages 2022-02-09 13:19:48 -07:00
phys_dev_ext.c loader: Header include cleanup 2021-09-09 11:28:56 -06:00
README.md Re-arrange/update loader docs 2021-10-15 13:42:00 -06:00
terminator.c Clean up version checking logic 2022-04-04 19:17:07 -06:00
trampoline.c Refactor loader allocation functionality 2022-05-24 14:18:26 -06:00
unknown_ext_chain_gas_aarch64.S Remove hasing of unknown functions 2022-03-14 23:31:26 -06:00
unknown_ext_chain_gas_x86.S Revert 32bit linux unknown ext chain change 2022-04-06 15:43:25 -06:00
unknown_ext_chain_masm.asm Remove hasing of unknown functions 2022-03-14 23:31:26 -06:00
unknown_ext_chain.c Remove hasing of unknown functions 2022-03-14 23:31:26 -06:00
unknown_function_handling.c Remove hasing of unknown functions 2022-03-14 23:31:26 -06:00
unknown_function_handling.h Remove hasing of unknown functions 2022-03-14 23:31:26 -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 Refactor loader allocation functionality 2022-05-24 14:18:26 -06:00
vulkan-1.def loader: Add 1.3 symbols defs to appropriate files 2022-01-25 10:54:13 -08:00
vulkan.pc.in vulkan.pc cross-compile fix 2021-11-29 16:56:17 -07:00
wsi.c Document VK_KHR_portability_enumeration support 2022-04-07 11:49:53 -06:00
wsi.h VK_NN_vi_surface WSI implementation 2022-01-25 19:33:49 -07: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.