Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-05Fix missed Physical Devices in WindowsCharles Giessen
2022-04-05Use correct TestICD in testsCharles Giessen
2022-04-05Add test for different ICD interface versionsCharles Giessen
2022-04-01build: Update to header 1.3.210v1.3.210Mike Schuchardt
2022-03-31Dont emit warnings on unknown manifest file versionsCharles Giessen
2022-03-30cmake: Add ENABLE_WERROR optionBiswapriyo Nath
2022-03-30Fixup several small issues found by Visual Studiounknown
2022-03-30Enable /W4 errors and support clang-clCharles Giessen
2022-03-30Replace TEST_F with TEST in most testsCharles Giessen
2022-03-29Update issue templatesMark Young
2022-03-29Add Bug Reporting TemplateMark Young
2022-03-26Apply code review comments from @charles-lunargMark Young
2022-03-26Fix #888 crash in Lutris with Linux sortingMark Young
2022-03-25Remove LDP_DRIVER_6Charles Giessen
2022-03-25Fixup windows test infrastructureCharles Giessen
2022-03-25Fix non-sorted surface indexingMark Young
2022-03-24Update BUILD.gnPeng Huang
2022-03-23build: Update to header 1.3.209v1.3.209Mike Schuchardt
2022-03-21Log when core GetToolingProperties is NULL.Charles Giessen
2022-03-21More clean up to make sure we have enough spaceMark Young
2022-03-21Modify logging text outputMark Young
2022-03-21Add device log info on vkCreateDeviceMark Young
2022-03-15build: Update to header 1.3.208v1.3.208Mike Schuchardt
2022-03-15Tests close layer handles when necessaryCharles Giessen
2022-03-15Test framework now shims registry functionsCharles Giessen
2022-03-15Remove hasing of unknown functionsCharles Giessen
2022-03-15Move unknown function logic into dedicated fileCharles Giessen
2022-03-15Revamp unknown function testsCharles Giessen
2022-03-14Use no-chromium-code in GN build.Jamie Madill
2022-03-10Modify loader VK_ADD_DRIVER_FILES behaviorMark Young
2022-03-10Remove VK_NO_PROTOTYPES from test_util.hCharles Giessen
2022-03-10make secure_getenv discovery project wideCharles Giessen
2022-03-10Set VK_NO_PROTOTYPES on test targetsCharles Giessen
2022-03-10Fix tests compiler warnings from bool conversionsCharles Giessen
2022-03-10Use target_link_options if available in CMakeCharles Giessen
2022-03-10Refactor CMake to user correct C/C++ StandardCharles Giessen
2022-03-10Fix macOS CMake errorsCharles Giessen
2022-03-10Set CMake C & C++ standard per targetCharles Giessen
2022-03-10Make _GNU_SOURCE a common target propertyCharles Giessen
2022-03-10Specify wrap_objects.cpp in CMake codeCharles Giessen
2022-03-10Use targets CMake logic instead of directoriesCharles Giessen
2022-03-10Cleanup MSVC CMake codeCharles Giessen
2022-03-10Fix compiler warnings in tests on MSVCCharles Giessen
2022-03-10Report secure_getenv missing when not using MSVCCharles Giessen
2022-03-10Format unix fallback paths in CMakeLists.txtCharles Giessen
2022-03-10Remove BUILD_LOADER build optionCharles Giessen
2022-03-10Use CMake provided library names on macOSCharles Giessen
2022-03-10Use GLOBs to get macOS vulkan framework headersCharles Giessen
2022-03-10Refactor Windows specific loader CMake codeCharles Giessen
2022-03-10Use the CMake Threads packageCharles Giessen