Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-03Removed unnecessary tracking of types.Sebastián Aedo
2021-11-02Removing logic in the parserSebastián Aedo
2021-06-29Finish adding SPDX tags and setup a reuse checked in Github Actions CIJon Leech
2021-01-14meta: Update copyright headers to 2021.Hans-Kristian Arntzen
2021-01-08GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing.Hans-Kristian Arntzen
2020-12-01Add MIT dual license for the SPIRV-Cross API.Hans-Kristian Arntzen
2020-11-23GLSL: Emit storage qualifiers for buffer_reference.Hans-Kristian Arntzen
2020-08-21Overhaul how we deal with reserved identifiers.Hans-Kristian Arntzen
2020-03-26Add support for forcefully zero-initialized variables.Hans-Kristian Arntzen
2020-01-16Update license headers to 2020.2020-01-16Hans-Kristian Arntzen
2019-09-06Refactor into stronger types in public API.Hans-Kristian Arntzen
2019-07-19Start considering how to emit physical type ID.Hans-Kristian Arntzen
2019-07-19MSL: Begin rewrite of buffer packing logic.Hans-Kristian Arntzen
2019-04-26GLSL: Implement GL_EXT_buffer_reference.Hans-Kristian Arntzen
2019-04-09Refactor out error handling and containers to new headers.Hans-Kristian Arntzen
2019-04-09Do not use SmallVector as input type in public interfaces.Hans-Kristian Arntzen
2019-04-09Explicitly implement move operators for ParsedIR.Hans-Kristian Arntzen
2019-04-09Reduce pressure on global allocation.Hans-Kristian Arntzen
2019-03-29Add an option to override the namespace used for spirv_cross.Hans-Kristian Arntzen
2019-01-10Make meta a hashmap.Hans-Kristian Arntzen
2019-01-10Rewrite how IDs are iterated over.Hans-Kristian Arntzen
2019-01-04Nonfunctional: Update copyright headers for 2019.Hans-Kristian Arntzen
2018-10-19Hoist out parsing module from spirv_cross::Compiler.Hans-Kristian Arntzen