diff options
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 0d27338def..ebf9c5ac0e 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -660,23 +660,32 @@ They can be reapplied using the patches included in the `vhacd` folder. +## volk + +- Upstream: https://github.com/zeux/volk +- Version: git (d75c007f375f35612dba3de512ac73f10bf9aa0e, 2021) +- License: MIT + +The volk commit should match the version of the Vulkan headers defined below. + +Files extracted from upstream source: + +- `volk.h`, `volk.c` +- `LICENSE.md` + + ## vulkan -- Upstream: https://github.com/KhronosGroup/Vulkan-Loader -- Version: sdk-1.2.162.0 (7a313093b5c4af964d50a5a64e73d7df6152ea3f, 2020) +- Upstream: https://github.com/KhronosGroup/Vulkan-Headers +- Version: sdk-1.2.182.0 (37164a5726f7e6113810f9557903a117498421cf, 2021) - License: Apache 2.0 Unless there is a specific reason to package a more recent version, please stick to Vulkan SDK releases (prefixed by `sdk-`) for all components. -NOTE: Use `scripts/update_deps.py --ref <version>` in the Loader git repository -to retrieve the `Vulkan-Headers` repository matching the loader version. - Files extracted from upstream source: -- `Vulkan-Headers/include/` as `include/` -- All `.c` and `.h` files in `loader/` and `loader/generated/`, put in a common - `loader/` folder +- `include/` - `LICENSE.txt` `vk_enum_string_helper.h` is taken from the matching `Vulkan-ValidationLayers` |