platform/upstream/Vulkan-Loader.git
2023-02-27 Charles GiessenCall DestroyInstance on each driver in error path
2023-02-27 Mike Schuchardtbuild: Update to header 1.3.242
2023-02-20 Mike Schuchardtbuild: Update to header 1.3.241
2023-02-17 Charles GiessenFix documentation to use the correct function name
2023-02-14 ChristopheOnly allocate layers if initialization succeed
2023-02-14 ChristopheA bit more safe string copy
2023-02-14 ChristopheUse calloc instead of alloc
2023-02-14 Christophegni
2023-02-14 ChristopheTesting C.I. memory leak hypothesis
2023-02-14 ChristopheWarn user when using device layers field #1086
2023-02-14 Juan Ramoscmake: Add VULKAN_LOADER_VERSION
2023-02-13 Juan Ramoscmake: Remove custom find_package code
2023-02-13 Juan Ramoscmake: Use PkgConfig to find XCB, X11, and DirectFB
2023-02-01 Juan Ramosci: Test CMake min for Linux builds
2023-02-01 Juan Ramoscmake: Remove pointless conditionals
2023-01-31 Ludovico de... Clarify the VK_LOADER_DRIVERS_SELECT example
2023-01-30 Charles GiessenEnsure VkPhysicalDevice unwrapping in Device functions
2023-01-30 Charles GiessenImplement VK_LUNARG_direct_driver_loading
2023-01-30 Charles GiessenRemove newlines in log messages
2023-01-30 Mike Schuchardtgn: Add ninja to DEPS
2023-01-28 Juan Ramoscmake: Remove custom install code
2023-01-28 Juan Ramoscmake: Cleanup BUILD_TESTS code
2023-01-28 Juan Ramoscmake: Add scripts/CMakeLists.txt
2023-01-27 Juan Ramosci: Fix GitHub warnigs about setup-python@v2
2023-01-27 Juan Ramoscmake: Update minimum to 3.17.2
2023-01-27 Mike Schuchardtci: Update GN toolchain
2023-01-27 Mike Schuchardtbuild: Update to header 1.3.240 upstream/1.3.240
2023-01-27 Charles GiessenRe-checking loader.rc file
2023-01-27 Juan Ramosci: Fix CI warnings
2023-01-25 Charles GiessenFix copyright in windows .rc file
2023-01-24 Charles GiessenLog when VK_LAYER_PATH is ignored
2023-01-23 Juan Ramosgithub: Use main instead of master
2023-01-19 Juan Ramosdocs: Notify users about upcoming master to main change
2023-01-19 Mike Schuchardtbuild: Update to header 1.3.239
2023-01-17 Charles GiessenAdd Vulkan Loader and Driver Interface Version 7
2023-01-16 Juan Ramosbuild: Remove VS2015 support
2023-01-16 Juan Ramosci: Test CMake minimum
2023-01-16 Charles GiessenAdd guard for GetPhysDevProcAddr typedef
2023-01-13 Charles GiessenTry to catch OOM errors when loading binaries
2023-01-12 B MarquesAdded target condition to vulkan headers
2023-01-10 Juan Ramoscmake: Fix usage of Vulkan::Registry
2023-01-09 Charles GiessenDocument behavior change in how bundles drivers are...
2023-01-09 Charles GiessenAdd macOS bundles support to test framework
2023-01-09 Charles GiessenFix Bundled drivers on MacOS taking precedence
2023-01-09 Charles GiessenAdd Vulkan-Headers version to source
2023-01-09 Charles GiessenFix allocation callback test to start at 0
2022-12-28 Charles GiessenRevert asm_offset CMake code to work with 3.10
2022-12-27 Juan Ramoscmake: Use VulkanHeaders_VERSION
2022-12-20 Mike Schuchardtbuild: Update to header 1.3.238
2022-12-12 Richard S.... Fix for Apple compiler bug
2022-12-08 Mike Schuchardtbuild: Update to header 1.3.237
2022-12-02 Charles GiessenDocument interaction of layer env-vars for linux
2022-12-02 phish3yLayers: expand tests to check layer names loaded are...
2022-12-02 phish3yLayers: update log message and documentation so it...
2022-12-02 phish3yLayers: modify TestLayerDetails so either files or...
2022-12-02 phish3yLayers: add tests to verify VK_LAYER_PATH works with...
2022-12-02 phish3yLayers: add test to verify VK_LAYER_PATH supports expli...
2022-12-02 phish3yLayers: update documentation to make it clear the VK_LA...
2022-12-02 ziga-lunargloader: Fix parsing VK_INSTANCE_LAYERS
2022-12-01 Mike Schuchardtbuild: Update to header 1.3.236
2022-11-30 John Baumanloader: Mark unknown_ext_chain symbols as hidden
2022-11-28 Charles GiessenUse integrity_level >= HIGH for is_high_integrity
2022-11-28 Jan Paluscmake: fix pkgconfig file for absolute install paths
2022-11-21 Charles GiessenAdd more OOM handling paths and refactor OOM tests
2022-11-17 Mike Schuchardtbuild: Update to header 1.3.235
2022-11-17 Charles GiessenAdd complex json file to allocation tests
2022-11-17 Charles GiessenPropagate OOHM error from json parsing
2022-11-16 Charles GiessenFix cases where OOM was handled wrong
2022-11-11 Charles GiessenHandle invalid files & symlinks properly
2022-11-11 Charles GiessenRecheck API version in terminator_CreateInstance
2022-11-11 Waffl3xRemove redundant code
2022-11-11 Juan Ramoscmake: CMake cleanup
2022-11-10 Charles GiessenAdd macOS-latest CI action
2022-11-10 Mike Schuchardtbuild: Update to header 1.3.234
2022-11-09 Charles GiessenCall both EnumPhysDevs & EnumAdapterPhysDevs on drivers
2022-11-09 Charles GiessenRemove log message of ICD extension lists
2022-11-09 Charles GiessenDont abort when WSI functions are NULL.
2022-11-08 Juan Ramoscmake: Use new VulkanHeaders cmake support
2022-11-07 Charles GiessenRemove USE_CCACHE build option
2022-11-07 Mark Mentovailoader/cJSON: replace sprintf calls with snprintf
2022-11-04 Charles GiessenFix vulkan.pc Libs.private for static builds
2022-11-04 Charles GiessenFix tests for env-var filtering due to previous commit
2022-11-04 Charles GiessenFix env-var filtering in layer enumeration
2022-11-04 Charles GiessenAdd the 1.3.224 Header version to the Env-Var documentation
2022-11-04 Charles GiessenRemove redundant layer searching in term_EnumDevExts
2022-11-04 Mark YoungUpdate and clarify filter documentation
2022-11-04 Mark YoungPut placeholder for loader version
2022-11-04 Mark YoungUpdate so filters apply results to vkEnumInstanceLayerProps
2022-11-04 Mark YoungAdd loader enable/disable env vars
2022-11-04 Jeremy GebbenDo not include vk_sdk_platform.h
2022-11-03 Mike Schuchardtbuild: Update to header 1.3.233
2022-11-02 Charles GiessenDont abort when driver doesn't support debug utils
2022-11-02 Charles GiessenRemove override layer expiration
2022-11-01 Charles GiessenRemove implicit fallthroughs; Add warning
2022-10-31 Charles GiessenTest Wrap Layer didn't unwrap in vkGetInstanceProcAddr
2022-10-31 Charles GiessenNull check vk_icdGetPhysicalDeviceProcAddr
2022-10-31 Charles GiessenUse macos-11 in github actions to work around bugs
2022-10-31 Charles GiessenRemove Device functions from ICD Dispatch table
2022-10-27 Mike Schuchardtbuild: Update to header 1.3.232
2022-10-26 Charles GiessenRevert "Remove vkCreateSwapchainKHR from ICD Dispatch...
next