Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-03 | vulkan: Update all components to Vulkan SDK 1.3.231.1 | Rémi Verschelde | |
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. | |||
2022-08-24 | Avoid spurious alloc error in SPIRV-Reflect | Pedro J. Estébanez | |
2022-07-08 | spirv-reflect: Update to latest commit | Pedro J. Estébanez | |
2022-02-11 | spirv-reflect: Update to latest commit, adds SPIRV 1.6 support | Rémi Verschelde | |
2022-02-11 | Revert "spirv-reflect: Update to latest commit, adds SPIRV 1.6 support" | Rémi Verschelde | |
This reverts commit 912c2062e6ce38b2aaff6b87920ef4d2ef307555. | |||
2022-02-11 | spirv-reflect: Update to latest commit, adds SPIRV 1.6 support | Rémi Verschelde | |
2021-08-14 | Upgrade spirv-reflect | Pedro J. Estébanez | |
2021-07-11 | Implement Specialization Constants | reduz | |
* Added support to our local copy of SpirV Reflect (which does not support it). * Pass them on render or compute pipeline creation. * Not implemented in our shaders yet. | |||
2021-01-08 | spirv-reflect: Update to upstream commit c0ce03a (Jan 6, 2021) | Rémi Verschelde | |
2020-02-11 | Replaced GLSLang reflection by SPIRV-Reflect, eventually allowing to move ↵ | Juan Linietsky | |
GLSLang out. |