diff options
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index f467d6a64b..012087526c 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -169,7 +169,7 @@ Files extracted from upstream source: ## glslang - Upstream: https://github.com/KhronosGroup/glslang -- Version: 11.6.0 (2fb89a0072ae7316af1c856f22663fde4928128a, 2021) +- Version: 11.8.0 (c34bb3b6c55f6ab084124ad964be95a699700d34, 2022) - License: glslang Version should be kept in sync with the one of the used Vulkan SDK (see `vulkan` @@ -182,8 +182,8 @@ copy of `DefaultTBuiltInResource` is in sync with the one defined upstream in Files extracted from upstream source: -- `glslang` (except `glslang/HLSL`), `OGLCompilersDLL`, `SPIRV`, - minus the `CInterface` folders (depends on `StandAlone`) +- `glslang` (except `glslang/HLSL` and `glslang/ExtensionHeaders`), + `OGLCompilersDLL`, `SPIRV`, w/o `CInterface` folders (depend on `StandAlone`) - Run `cmake . && make` and copy generated `include/glslang/build_info.h` to `glslang/build_info.h` - `LICENSE.txt` @@ -552,7 +552,7 @@ Godot. Please check the file to know what's new. ## spirv-reflect - Upstream: https://github.com/KhronosGroup/SPIRV-Reflect -- Version: git (cc937caab141d889c9c9dff572c5a6854d5cf9b4, 2021) +- Version: git (1aceb6af56e74b92a00378842dda5c5a73f49a4b, 2022) - License: Apache 2.0 Does not track Vulkan SDK releases closely, but try to package a commit newer @@ -631,7 +631,7 @@ folder. ## volk - Upstream: https://github.com/zeux/volk -- Version: 1.2.190 (760a782f295a66de7391d6ed573d65e3fb1c8450, 2021) +- Version: 1.3.204 (92ba7c9f112a82cecf452ebf4b7c46f149a5799e, 2022) - License: MIT Unless there is a specific reason to package a more recent version, please stick @@ -651,7 +651,7 @@ Files extracted from upstream source: ## vulkan - Upstream: https://github.com/KhronosGroup/Vulkan-Headers -- Version: 1.2.190 (9e62d027636cd7210f60d934f56107ed6e1579b8, 2021) +- Version: 1.3.204 (1dace16d8044758d32736eb59802d171970e9448, 2022) - License: Apache 2.0 The vendored version should be kept in sync with volk, see above. |