Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix building glslang on platforms without <filesystem> | alula | 2024-06-06 | 1 | -0/+33 |
| | |||||
* | vulkan: Update all components to Vulkan SDK 1.3.231.1 | Rémi Verschelde | 2022-11-03 | 1 | -61/+0 |
| | | | | | | | Updates to volk, vulkan headers, `vk_enum_string_helper.h`, glslang, spirv-reflect. No update to VMA which still has 3.0.1 as it's last tagged release. | ||||
* | Patch glslang to avoid build errors on certain platforms | Pedro J. Estébanez | 2022-08-23 | 1 | -0/+61 |
| | |||||
* | Vulkan: loader, headers, and glslang updated to sdk-1.2.162.0 | jacobcoughenour | 2020-12-21 | 1 | -15/+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. | ||||
* | glslang: Sync with upstream 4fc7a33 for Vulkan SDK 1.2.131 | Rémi Verschelde | 2020-03-09 | 1 | -0/+15 |
Fixes #36888. |