diff options
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index f467d6a64b..7d2586b4dc 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. @@ -665,10 +665,10 @@ Files extracted from upstream source: SDK release: https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/master/layers/generated/vk_enum_string_helper.h `vk_mem_alloc.h` is taken from https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator -Version: 3.0.0-development (2021-07-07), branch `feature-small-buffers`, commit `cfea2f72851f9ee4a399769f18865047b83711f1` +Version: 3.0.0-development (2022-02-08), commit `a1895bc76547370564d604faa27e0b73de747df1` `vk_mem_alloc.cpp` is a Godot file and should be preserved on updates. -Patches in the `patches` directory should be re-applied after updates. +Patches in the `patches` directory should be re-applied after updates (order must be followed among the number-prefixed ones). ## wslay |