Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vulkan: Update all components to Vulkan SDK 1.3.183.0 | Rémi Verschelde | 2024-06-03 | 3 | -490/+639 |
| | | | | | | | Pass `VMA_ALLOCATOR_CREATE_KHR_MAINTENANCE5_BIT` to VMA when using Vulkan 1.3 features. Co-authored-by: Pedro J. Estébanez <pedrojrulez@gmail.com> | ||||
* | vulkan: Update all components to Vulkan SDK 1.3.275.0 | Jakub Marcowski | 2024-02-06 | 3 | -1448/+1048 |
| | |||||
* | vulkan: Update components to Vulkan SDK 1.3.268.0 | DeeJayLSP | 2024-01-11 | 2 | -55/+91 |
| | |||||
* | vulkan: Update all components to Vulkan SDK 1.3.261.1 | Rémi Verschelde | 2023-09-01 | 4 | -1098/+3439 |
| | | | | | | | | | Updates to volk, vulkan headers, `vk_enum_string_helper.h`, VMA, glslang, spirv-reflect. VMA doesn't tag SDK releases specifically, and still hasn't had a tagged release since 3.0.1, but the Vulkan SDK now seems to ship a recent master commit, so we do the same. | ||||
* | Update Vulkan and related libraries to 1.3.250.0 | DeeJayLSP | 2023-06-06 | 5 | -1449/+1764 |
| | |||||
* | vulkan: Update all components to Vulkan SDK 1.3.231.1 | Rémi Verschelde | 2022-11-03 | 4 | -17/+78 |
| | | | | | | | 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. | ||||
* | Avoid spurious alloc error in SPIRV-Reflect | Pedro J. Estébanez | 2022-08-24 | 2 | -5/+39 |
| | |||||
* | spirv-reflect: Update to latest commit | Pedro J. Estébanez | 2022-07-08 | 4 | -22/+146 |
| | |||||
* | spirv-reflect: Update to latest commit, adds SPIRV 1.6 support | Rémi Verschelde | 2022-02-11 | 4 | -110/+556 |
| | |||||
* | Revert "spirv-reflect: Update to latest commit, adds SPIRV 1.6 support" | Rémi Verschelde | 2022-02-11 | 4 | -556/+110 |
| | | | | This reverts commit 912c2062e6ce38b2aaff6b87920ef4d2ef307555. | ||||
* | spirv-reflect: Update to latest commit, adds SPIRV 1.6 support | Rémi Verschelde | 2022-02-11 | 4 | -110/+556 |
| | |||||
* | Upgrade spirv-reflect | Pedro J. Estébanez | 2021-08-14 | 3 | -283/+370 |
| | |||||
* | Implement Specialization Constants | reduz | 2021-07-11 | 3 | -3/+482 |
| | | | | | | * 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. | ||||
* | spirv-reflect: Update to upstream commit c0ce03a (Jan 6, 2021) | Rémi Verschelde | 2021-01-08 | 4 | -233/+2092 |
| | |||||
* | Replaced GLSLang reflection by SPIRV-Reflect, eventually allowing to move ↵ | Juan Linietsky | 2020-02-11 | 3 | -0/+7564 |
GLSLang out. |