platform/upstream/Vulkan-Loader.git
2024-09-26 Mike Schuchardtbuild: Update to header 1.3.296 upstream upstream/1.3.296
2024-09-26 Jordan PeckFix windows_read_sorted_physical_devices buffer overrun
2024-09-13 Charles GiessenSmall cleanup of regression tests
2024-09-13 Charles GiessenDocumentation fixes
2024-09-13 Charles GiessenAdd VK_IMPLICIT_LAYER_APTH & VK_ADD_IMPLICIT_LAYER_PATH...
2024-09-13 Charles GiessenFixup note for VK_DRIVER_FILES env-var
2024-09-13 Charles GiessenAdd missing [[maybe_unused]] attributes in test_icd.cpp
2024-09-13 Charles GiessenOnly add include paths for xcb, x11, & directfb instead...
2024-09-09 Branimir Ri... Stop reading json files twice
2024-09-09 Charles GiessenRemove unused VkIcdSurface struct members
2024-09-03 Charles GiessenDocument layer requirements for querying vkCreateInstan...
2024-09-02 dependabot... build(deps): bump github/codeql-action from 3.26.5...
2024-09-02 Mike Schuchardtbuild: Update to header 1.3.295
2024-08-27 dependabot... build(deps): bump github/codeql-action from 3.26.3...
2024-08-23 Mike Schuchardtbuild: Update to header 1.3.294
2024-08-22 Charles Giessenupdate_deps.py: Support 32 bit arm
2024-08-22 Charles GiessenAdd MARMASM support for Windows arm
2024-08-20 Charles GiessenFix vkCreateSharedSwapchainsKHR not unwrapping handles...
2024-08-19 dependabot... build(deps): bump github/codeql-action from 3.26.0...
2024-08-16 dependabot... build(deps): bump github/codeql-action from 3.25.15...
2024-08-16 Mike Schuchardtbuild: Update to header 1.3.293
2024-08-13 Charles GiessenCheck that ar_path is defined before use
2024-08-12 John BaumanUse ASM unknown function trampolines on GN
2024-08-02 Mike Schuchardtbuild: Update to header 1.3.292
2024-07-30 dependabot... build(deps): bump github/codeql-action from 3.25.13...
2024-07-23 Bill Robertsaarch64: enable PAC/BTI
2024-07-22 dependabot... build(deps): bump github/codeql-action from 3.25.12...
2024-07-17 Basit AyantundeFixed compiler frontend generation for Clang with GNU...
2024-07-16 Charles GiessenOnly search system32 for gdi32.dll
2024-07-16 Charles GiessenRemove SetDllDirectory as it caused crashes
2024-07-16 Charles GiessenMake layer interface deprecation notice conditional
2024-07-15 dependabot... build(deps): bump github/codeql-action from 3.25.11...
2024-07-12 Mike Schuchardtbuild: Update to header 1.3.290
2024-07-11 Charles GiessenFix RegCloseKey exeption when double-closing hKeys
2024-07-11 Charles GiessenAdd unknown functions assembly code for linux-armhf
2024-07-11 Charles GiessenAdd clangd .cache to .gitignore
2024-07-01 dependabot... build(deps): bump github/codeql-action from 3.25.10...
2024-06-28 Mike Schuchardtbuild: Update to header 1.3.289
2024-06-25 Charles GiessenUpdate documentation of loader settings registry location
2024-06-17 Charles GiessenUpdate CI to macOS 12
2024-06-17 dependabot... build(deps): bump github/codeql-action from 3.25.8...
2024-06-14 Mike SchuchardtRevert "ci: Disable GHA windows build until image is...
2024-06-14 Mike Schuchardtbuild: Update to header 1.3.288
2024-06-13 Charles GiessenFix preloaded icd's being freed with custom allocators
2024-06-10 dependabot... build(deps): bump github/codeql-action from 3.25.6...
2024-06-07 Mike Schuchardtci: Disable GHA windows build until image is fixed
2024-06-07 Mike Schuchardtbuild: Update to header 1.3.287
2024-06-04 Mike Schuchardtbuild: Update to header 1.3.286
2024-05-29 dependabot... build(deps): bump jidicula/clang-format-action from...
2024-05-23 Charles GiessenFix GN build by removing unnecessary files
2024-05-20 dependabot... build(deps): bump jidicula/clang-format-action from...
2024-05-20 dependabot... build(deps): bump github/codeql-action from 3.25.5...
2024-05-18 Kacper Michajłowci: Add mingw build test for USE_GAS=ON
2024-05-18 Kacper Michajłowbuild: Fix compilation with USE_GAS and WIN32
2024-05-18 Kacper Michajłowbuild: Normalize CMAKE_SYSTEM_PROCESSOR before use
2024-05-16 Charles GiessenChange loader-unknown-chain into a STATIC library
2024-05-16 Daniel Rakostests: Allow test ICD to handle NULL pApplicationInfo
2024-05-16 Charles GiessenRemove faulty fallback for unknown functions
2024-05-14 dependabot... build(deps): bump github/codeql-action from 3.25.3...
2024-05-13 Mike Schuchardtbuild: Update to header 1.3.285
2024-05-08 Charles GiessenCheck for NULL in unloading of preloaded-icd's
2024-05-08 Mike Schuchardtbuild: Update to header 1.3.284
2024-05-06 Charles GiessenDestroy Instance objects before Instance & use correct...
2024-05-06 Charles GiessenAdd Create/DestroyDebugReportCallback to test_icd
2024-05-03 Charles GiessenUse std::filesystem instead of custom fs::path
2024-05-02 Charles GiessenFix tests framework_config.h to work all the time
2024-05-02 Charles GiessenAllow layers to call global functions in vkCreateInstance
2024-04-29 dependabot... build(deps): bump github/codeql-action from 3.25.1...
2024-04-29 Charles GiessenAdd VK_LAYER_PATH ordering test
2024-04-29 Charles GiessenAdd missing VKAPI_ATTR/VKAPI_CALL in test_icd.cpp
2024-04-29 Charles Giessenci: Update to python 3.11
2024-04-29 Charles GiessenRefactor instance level objects to not use icd_index
2024-04-29 Charles GiessenEnhance DriverUnloading tests
2024-04-29 Charles GiessenUse ICD lib_name in error reporting instead of index
2024-04-29 Charles GiessenFix TestICD enabled instance extension tracking
2024-04-29 Charles GiessenEnhance driver unloading tests
2024-04-29 Charles GiessenRename total_icd_count to icd_terms_count
2024-04-29 Charles GiessenUnload drivers which report 0 physical devices
2024-04-29 Charles GiessenAdd simple timer of ICD preloading in live tests
2024-04-24 Charles GiessenGracefully handle error results from vkEnumeratePhysica...
2024-04-22 dependabot... build(deps): bump github/codeql-action from 3.25.0...
2024-04-19 Mike Schuchardtbuild: Update to header 1.3.283
2024-04-16 Mike Schuchardtbuild: Update to header 1.3.282
2024-04-15 Alex Rønne... Fix update_deps.py script to handle Windows Arm64.
2024-04-15 dependabot... build(deps): bump github/codeql-action from 3.24.10...
2024-04-09 dependabot... build(deps): bump github/codeql-action from 3.24.9...
2024-04-04 Charles GiessenCleanup tests
2024-04-03 Charles GiessenAdd support for the lcov code coverage tool
2024-03-25 dependabot... build(deps): bump github/codeql-action from 3.24.8...
2024-03-22 Mike Schuchardtbuild: Update to header 1.3.281
2024-03-22 Anthony RobertsUpdate version of detours in known_good.json
2024-03-22 Anthony RobertsEnable building of GAS .S files on Windows ARM64
2024-03-22 Andarwinuxloader: add support for cross-compiling with LTO and ASM
2024-03-20 Andarwinuxloader: allow GAS on MinGW
2024-03-20 Charles GiessenFix CI sanitizer failures
2024-03-20 dependabot... build(deps): bump github/codeql-action from 3.24.6...
2024-03-08 Mike Schuchardtbuild: Update to header 1.3.280
2024-03-05 Richard S.... apple: Updated framework version contents for appstore...
2024-03-05 dependabot... build(deps): bump github/codeql-action from 3.24.5...
2024-03-01 Mike Schuchardtbuild: Update to header 1.3.279
next