master
loader: Update the loader to 1.0.39
macos: Update vulkan framework version to 1.1
docs: Update loader doc for 1.0 ICD handling
loader: change so LoaderAndLayerInterface document is the sole document
loader: Make assembly offsets use offsetof macro
loader:Fix build warnings
repo: Clang-format c/cpp/h LVL files using LLVM
loader: Eliminate warning for uninitialized value.
Implement initial VK_EXT_debug_utils changes
loader: Fix unknown device trampolines on Windows
loader:Update copyright and apply clang-format (no logic changes)
loader: Remove old declaration for KHX extension
loader: Fix up missing 1.1 function exports
loader: Update loader for Vulkan 1.1
loader: Fix unhandled out of memory errors
loader: Fix gcc 8.1 cast warning
loader: Bump loader copyright to 2018
loader: Update secure_getenv check
Remove Khronos confidential clause from license text.
loader: Fix unknown phys dev terms on Linux
loader: Add missing core entrypoints to trampoline.c
loader: Rename files to better reflect their use
loader: Fix TEXTREL on 32-bit linux loader
macOS: Add macOS support
loader/vulkan.pc.in: GH1212; Libraries required by vulkan.so for for static linking purposes should go into Libs.private
Revert "loader: Only return ext pointers if ext is enabled"
loader: Fix crash in VK_KHR_surface