summaryrefslogtreecommitdiffstats
path: root/thirdparty/spirv-reflect/spirv_reflect.c
Commit message (Collapse)AuthorAgeFilesLines
* vulkan: Update all components to Vulkan SDK 1.3.183.0Rémi Verschelde2024-06-031-206/+470
| | | | | | | 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.0Jakub Marcowski2024-02-061-1397/+991
|
* vulkan: Update components to Vulkan SDK 1.3.268.0DeeJayLSP2024-01-111-55/+81
|
* vulkan: Update all components to Vulkan SDK 1.3.261.1Rémi Verschelde2023-09-011-56/+334
| | | | | | | | | 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.0DeeJayLSP2023-06-061-83/+114
|
* vulkan: Update all components to Vulkan SDK 1.3.231.1Rémi Verschelde2022-11-031-0/+51
| | | | | | | 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-ReflectPedro J. Estébanez2022-08-241-5/+11
|
* spirv-reflect: Update to latest commitPedro J. Estébanez2022-07-081-4/+73
|
* spirv-reflect: Update to latest commit, adds SPIRV 1.6 supportRémi Verschelde2022-02-111-67/+144
|
* Revert "spirv-reflect: Update to latest commit, adds SPIRV 1.6 support"Rémi Verschelde2022-02-111-144/+67
| | | | This reverts commit 912c2062e6ce38b2aaff6b87920ef4d2ef307555.
* spirv-reflect: Update to latest commit, adds SPIRV 1.6 supportRémi Verschelde2022-02-111-67/+144
|
* Upgrade spirv-reflectPedro J. Estébanez2021-08-141-234/+285
|
* Implement Specialization Constantsreduz2021-07-111-3/+136
| | | | | | * 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 Verschelde2021-01-081-191/+598
|
* Replaced GLSLang reflection by SPIRV-Reflect, eventually allowing to move ↵Juan Linietsky2020-02-111-0/+4442
GLSLang out.