third_party_vulkan-loader/loader
Lenny Komow 06be5bf906 loader: Change overzealous warning to debug msg
Change-Id: Idde5f8c8f009e365bdcf1fffaffa669d0557d66b
2018-01-03 11:45:41 -07:00
..
images loader: Update the loader to 1.0.39 2017-01-24 14:07:22 -07:00
asm_offset.c loader: Rename files to better reflect their use 2017-07-05 15:02:04 -06:00
cJSON.c repo: Clang-format LVL source files using Google 2017-01-26 15:45:51 -07:00
cJSON.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
CMakeLists.txt build: Address clang compilation warnings 2017-12-27 10:09:16 -07:00
debug_report.c vulkan: update to header 1.0.42 2017-03-01 08:20:22 -07:00
debug_report.h vulkan: update to header 1.0.42 2017-03-01 08:20:22 -07:00
dev_ext_trampoline.c loader: Fix unknown device trampolines on Windows 2017-07-05 15:02:04 -06:00
dirent_on_windows.c repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
dirent_on_windows.h loader:Update copyright and apply clang-format (no logic changes) 2016-02-03 09:00:31 -07:00
extension_manual.c header: Update to 1.0.54 Vulkan release 2017-07-13 10:06:43 -06:00
extension_manual.h header: Update to 1.0.54 Vulkan release 2017-07-13 10:06:43 -06:00
gpa_helper.h vulkan: update to header 1.0.42 2017-03-01 08:20:22 -07:00
loader_cmake_config.h.in loader: Update secure_getenv check 2017-03-09 11:30:03 -07:00
loader.c loader: Change overzealous warning to debug msg 2018-01-03 11:45:41 -07:00
loader.h loader: Do not enumerate extensions from disabled implicit layers 2017-07-17 11:54:48 -06:00
loader.rc loader: Update the loader to 1.0.39 2017-01-24 14:07:22 -07:00
LoaderAndLayerInterface.md loader: Fix function name in interface doc 2017-10-23 16:22:42 -06:00
murmurhash.c repo: Clang-format LVL source files using Google 2017-01-26 15:45:51 -07:00
murmurhash.h Remove Khronos confidential clause from license text. 2016-02-10 13:24:39 -07:00
phys_dev_ext.c loader: Fix unknown phys dev terms on Linux 2017-07-05 15:02:04 -06:00
README.md loader: change so LoaderAndLayerInterface document is the sole document 2016-02-15 08:58:26 -07:00
trampoline.c loader: Fix pre-instance proc addresses 2017-11-10 10:03:08 -07:00
unknown_ext_chain_gas.asm loader: Fix TEXTREL on 32-bit linux loader 2017-10-06 11:19:03 -06:00
unknown_ext_chain_masm.asm loader: Rename files to better reflect their use 2017-07-05 15:02:04 -06:00
unknown_ext_chain.c loader: Rename files to better reflect their use 2017-07-05 15:02:04 -06:00
vk_loader_layer.h repo: Clang-format c/cpp/h LVL files using LLVM 2017-01-26 13:42:36 -07:00
vk_loader_platform.h loader: Fix Clang errors/warnings. 2017-12-04 13:24:39 -07:00
vulkan-1.def loader: Update the loader to 1.0.39 2017-01-24 14:07:22 -07:00
vulkan.pc.in loader/vulkan.pc.in: GH1212; Libraries required by vulkan.so for 2017-10-10 16:29:54 -06:00
wsi.c vulkan: update to header 1.0.42 2017-03-01 08:20:22 -07:00
wsi.h vulkan: update to header 1.0.42 2017-03-01 08:20:22 -07:00

Loader Specification and Interfaces

See LoaderAndLayerInterface.md.

Building

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