From 66d429576c78953f97dffb0327f670bdc91ebe0e Mon Sep 17 00:00:00 2001 From: jacobcoughenour Date: Sun, 20 Dec 2020 09:49:41 -0500 Subject: Vulkan: loader, headers, and glslang updated to sdk-1.2.162.0 Updated glslang and Vulkan headers/loader following the instructions found in thirdparty/README. glslang was updated to the 'known good' matching Vulkan SDK version 1.2.162.0. Vulkan headers and loader were updated to the commit tagged with sdk-1.2.162.0. 'vk_mem_alloc.h' and 'vk_mem_alloc.c' are unchanged since there hasn't been a new tagged release since 2.3.0. Here's the Vulkan release notes for this update: https://vulkan.lunarg.com/doc/sdk/1.2.162.0/windows/release_notes.html Reverted and removed the unnecessary fix-mingw-snprintf patch for glslang as well as the mention of it in thirdparty/README.md. --- thirdparty/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'thirdparty/README.md') diff --git a/thirdparty/README.md b/thirdparty/README.md index 8cb6424a1c..02a706a930 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -164,7 +164,7 @@ Files extracted from upstream source: ## glslang - Upstream: https://github.com/KhronosGroup/glslang -- Version: git (bacaef3237c515e40d1a24722be48c0a0b30f75f, 2020) +- Version: git (dd69df7f3dac26362e10b0f38efb9e47990f7537, 2020) - License: glslang Version should be kept in sync with the one of the used Vulkan SDK (see `vulkan` @@ -180,8 +180,6 @@ Files extracted from upstream source: - `LICENSE.txt` - Unnecessary files like `CMakeLists.txt` and `updateGrammar` removed. -Patches in the `patches` directory should be re-applied after updates. - ## Graphite engine - Upstream: https://github.com/silnrsi/graphite @@ -642,7 +640,7 @@ folder. ## vulkan - Upstream: https://github.com/KhronosGroup/Vulkan-Loader -- Version: sdk-1.2.154.0 (2020) +- Version: sdk-1.2.162.0 (2020) - License: Apache 2.0 Unless there is a specific reason to package a more recent version, please stick -- cgit v1.2.3