platform/upstream/Vulkan-Loader.git
2022-08-23 Joonbum KoRemove unnecessary usages of prefix in pc 68/280068/2 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.061043 accepted/tizen/7.0/unified/hotfix/20221116.110556 accepted/tizen/unified/20220824.042343 submit/tizen/20220823.072343 tizen_7.0_m2_release
2022-08-10 jinbong, Leeremove double slash in vulkan.pc 71/279471/1 accepted/tizen/unified/20220811.135910 submit/tizen/20220810.124903
2022-05-23 Xuelian BaiFix double free issue 51/275351/1
2022-03-24 Xuelian BaiUpgrade to 1.3.208 79/272579/2 accepted/tizen/unified/20220610.134801 submit/tizen/20220506.015933 submit/tizen/20220509.032328 submit/tizen/20220607.045230 submit/tizen/20220609.070600 submit/tizen/20220609.091423 submit/tizen/20220613.104856
2022-03-24 SooChan Limadd spec file
2022-03-15 Mike Schuchardtbuild: Update to header 1.3.208 upstream/1.3.208
2022-03-15 Charles GiessenTests close layer handles when necessary
2022-03-15 Charles GiessenTest framework now shims registry functions
2022-03-15 Charles GiessenRemove hasing of unknown functions
2022-03-15 Charles GiessenMove unknown function logic into dedicated file
2022-03-15 Charles GiessenRevamp unknown function tests
2022-03-14 Jamie MadillUse no-chromium-code in GN build.
2022-03-10 Mark YoungModify loader VK_ADD_DRIVER_FILES behavior
2022-03-09 Charles GiessenRemove VK_NO_PROTOTYPES from test_util.h
2022-03-09 Charles Giessenmake secure_getenv discovery project wide
2022-03-09 Charles GiessenSet VK_NO_PROTOTYPES on test targets
2022-03-09 Charles GiessenFix tests compiler warnings from bool conversions
2022-03-09 Charles GiessenUse target_link_options if available in CMake
2022-03-09 Charles GiessenRefactor CMake to user correct C/C++ Standard
2022-03-09 Charles GiessenFix macOS CMake errors
2022-03-09 Charles GiessenSet CMake C & C++ standard per target
2022-03-09 Charles GiessenMake _GNU_SOURCE a common target property
2022-03-09 Charles GiessenSpecify wrap_objects.cpp in CMake code
2022-03-09 Charles GiessenUse targets CMake logic instead of directories
2022-03-09 Charles GiessenCleanup MSVC CMake code
2022-03-09 Charles GiessenFix compiler warnings in tests on MSVC
2022-03-09 Charles GiessenReport secure_getenv missing when not using MSVC
2022-03-09 Charles GiessenFormat unix fallback paths in CMakeLists.txt
2022-03-09 Charles GiessenRemove BUILD_LOADER build option
2022-03-09 Charles GiessenUse CMake provided library names on macOS
2022-03-09 Charles GiessenUse GLOBs to get macOS vulkan framework headers
2022-03-09 Charles GiessenRefactor Windows specific loader CMake code
2022-03-09 Charles GiessenUse the CMake Threads package
2022-03-09 Charles GiessenReplace loader_cmake_config.h with definitions
2022-03-09 Charles GiessenRefactor loader specific CMake options
2022-03-09 Charles GiessenMove git info in CMake to loader_common_options
2022-03-09 Charles GiessenRefactor CMake compiler options
2022-03-09 Charles GiessenRefactor CMake WSI platform defines
2022-03-09 Charles GiessenRemove RELEASE_BUILD cmake option
2022-03-08 Mike Schuchardtbuild: Update to header 1.3.207 upstream/v1.3.207
2022-03-04 Charles GiessenAdd live tests for OS dynamic loader behavior
2022-03-04 Mark YoungChanges to additive env var based on code review
2022-03-04 Mark YoungFix WIndows elevation
2022-03-04 Mark YoungAdd "additive" environment variables
2022-03-01 sfricke-samsungloader: Fix wayland copy paste error
2022-02-28 Mark YoungResolve Angle failure because it breaks with is_high_in...
2022-02-23 Matt Turnerdocs: Fix typo
2022-02-21 Charles GiessenFix compiler warnings in regression_tests
2022-02-21 Charles GiessenAdd consecutive create instance and device tests
2022-02-18 Mike Schuchardtbuild: Update to header 1.3.206
2022-02-18 Mark YoungFix vk_icdGetPhysicalDeviceProcAddr docs
2022-02-17 Mark YoungEnable testing of high-integrity in the loader
2022-02-16 Mark YoungUpdate Contributing.md file
2022-02-16 Mark YoungClean up layer test
2022-02-16 Mark YoungFix Windows build and add proper phys dev group sorting
2022-02-16 Mark YoungCode review comment fixes.
2022-02-16 Mark YoungLoader single EnumPhysDev call through layers
2022-02-15 Mark YoungAdd debug messages for unknown physical device extensions
2022-02-15 Charles GiessenUpdate build.md and README.md for the tests
2022-02-15 Charles GiessenGuard building of live_verification tests
2022-02-15 Mark YoungSwitch ASSERT_EQ(false,true) for FAIL() in tests
2022-02-15 Mark YoungAdd explicit layer invalid variant number test
2022-02-15 Mark YoungAdd a few device layer tests
2022-02-15 Charles GiessenAdd live_verification tests for runnign with real drivers
2022-02-15 Mark YoungAdd a test to verify that VK_INSTANCE_LAYERS behaves...
2022-02-15 Charles GiessenExpand unknown function handling tests
2022-02-15 Charles GiessenUpdate tests function loading implementation
2022-02-15 Charles GiessenFix Win32 Unknown Device function handling
2022-02-15 Mark YoungFix NULL check and make a few more consistent
2022-02-15 Mark YoungTest layer pre-instance functions
2022-02-14 Charles GiessenUpdate Windows runtime installer copyright
2022-02-11 Charles GiessenClarify behavior of override_paths + VK_LAYER_PATH
2022-02-11 Charles GiessenMetaLayer version checking had paren in wrong place
2022-02-10 Charles GiessenTest when there are no devices or device extensions
2022-02-10 Charles GiessenDont return an error for 0 physical device extensions
2022-02-09 Mark YoungAdd debug utils loader testing
2022-02-09 Mark YoungFix loader logging of VUIDs
2022-02-09 Mark YoungUpdate loader VUID messages
2022-02-09 Mark YoungAdd DebugReport
2022-02-08 Mark YoungFix Apple build
2022-02-07 Charles GiessenUpdate Docs table of contents
2022-02-07 Charles GiessenRemove Instance and Device extension logging
2022-02-07 Mike Schuchardtbuild: Update to header 1.3.205
2022-02-06 Charles GiessenMake vkGetInstanceProcAddr able to get itself
2022-02-05 Brad Granthamuse the correct instance
2022-02-03 Mark YoungVerify GIPA on device extensions
2022-02-03 Mark YoungAdd tests to verify extension support in physical devices
2022-02-02 Mark YoungAdd a few tests to verify the vkGet***ProcAddr commands
2022-02-02 Charles GiessenFix incorrect indexing of local_phys_dev_groups
2022-02-02 Adam Jacksonloader: Try to handle ICD failure in vkEnumeratePhysica...
2022-02-01 Mark YoungAdd tests to validate layer extensions
2022-01-31 Mark Youngloader log error if a requested layer not loaded
2022-01-28 Charles GiessenFix warning for using wrong variant layers
2022-01-28 Charles GiessenAdd wrong Variant tests
2022-01-28 Charles GiessenIgnore layers with non zero variant value
2022-01-28 Charles GiessenRefactor json and API version parsing code
2022-01-28 Charles GiessenSkip ICD's with non zero variant value
2022-01-28 Charles GiessenDetect Variant versions in given api versions
2022-01-28 Charles GiessenUpdate tests to use correct version macro
2022-01-28 Charles GiessenWarn when the apiVersion's variant isn't 0
next