summaryrefslogtreecommitdiff
path: root/thirdparty/README.md
diff options
context:
space:
mode:
authorjacobcoughenour <jacob15545@yahoo.com>2020-12-20 09:49:41 -0500
committerjacobcoughenour <jacob15545@yahoo.com>2020-12-21 20:28:49 -0500
commit66d429576c78953f97dffb0327f670bdc91ebe0e (patch)
tree0afa1fba148f0abbf1b7ac19130e186c8c844b7d /thirdparty/README.md
parent2cbc0b641a0d58a88592d52d86634ca2d40da9e4 (diff)
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.
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r--thirdparty/README.md6
1 files changed, 2 insertions, 4 deletions
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