third_party_vulkan-loader/loader
Mike Schuchardt 3090fc12bd build: Update to header 1.3.228
- Update known-good
- Generate source
2022-09-15 09:07:36 -07:00
..
generated build: Update to header 1.3.228 2022-09-15 09:07:36 -07: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 loader: Add unicode support 2022-06-24 13:14:10 -06:00
asm_offset.c Refactor vk_loader_platform.h 2022-07-07 14:41:01 -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 Use VkAllocationCallback in cJSON 2022-05-24 14:18:26 -06:00
cJSON.h Use VkAllocationCallback in cJSON 2022-05-24 14:18:26 -06:00
CMakeLists.txt fix typo in CMakeLists 2022-09-06 11:31:17 -06:00
debug_utils.c Keep allocated debug callbacks until destroy instance 2022-05-27 17:14:25 -06:00
debug_utils.h Keep allocated debug callbacks until destroy instance 2022-05-27 17:14:25 -06:00
dev_ext_trampoline.c Refactor vk_loader_platform.h 2022-07-07 14:41:01 -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 Remove redundant checks for NULL 2022-09-01 13:13:14 -06:00
extension_manual.h loader: Header include cleanup 2021-09-09 11:28:56 -06:00
get_environment.c loader: Add OpenBSD support 2022-08-31 10:02:13 -06:00
get_environment.h loader: Add OpenBSD support 2022-08-31 10:02:13 -06:00
gpa_helper.c Enable layer interception of unknown functions 2022-09-01 12:23:17 -06:00
gpa_helper.h loader: Make trampolineGetProcAddr snake_case 2021-09-09 11:28:56 -06:00
loader_common.h Refactor vk_loader_platform.h 2022-07-07 14:41:01 -06:00
loader_linux.c Remove redundant checks for NULL 2022-09-01 13:13:14 -06:00
loader_linux.h Fix missed Physical Devices in Windows 2022-04-04 16:38:17 -06:00
loader_windows.c Remove redundant checks for NULL 2022-09-01 13:13:14 -06:00
loader_windows.h loader: Dynamically load Win8+ functions 2022-07-11 13:38:35 -06:00
loader.aps loader: Update loader for Vulkan 1.1 2018-03-09 13:54:31 -07:00
loader.c Make old layer with new app API version warning clearer 2022-09-15 10:03:20 -06:00
loader.h Initialize properly when statically linked 2022-07-07 14:41:01 -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 Refactor vk_loader_platform.h 2022-07-07 14:41:01 -06:00
README.md Re-arrange/update loader docs 2021-10-15 13:42:00 -06:00
stack_allocation.h loader: Only use alloca.h if it exists otherwise fallback to stdlib.h 2022-09-02 17:52:37 -06:00
terminator.c Clean up version checking logic 2022-04-04 19:17:07 -06:00
trampoline.c Remove redundant checks for NULL 2022-09-01 13:13:14 -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 Refactor vk_loader_platform.h 2022-07-07 14:41:01 -06:00
unknown_function_handling.c Enable layer interception of unknown functions 2022-09-01 12:23:17 -06: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 loader: Add stub function for OpenBSD executable path 2022-08-31 14:11:59 -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 Use calloc instead of alloc+memset 2022-05-24 14:18:26 -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.