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-09-30GLSL: Add support for transform_feedback3 geometry streams.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-27GLSL: Support GL_ARB_enchanced_layouts for XFB.Hans-Kristian Arntzen
2020-01-16Update license headers to 2020.2020-01-16Hans-Kristian Arntzen
2020-01-06Roll custom versions of isalpha/isalnum.Hans-Kristian Arntzen
2019-09-06Refactor into stronger types in public API.Hans-Kristian Arntzen
2019-09-05Fix ParsedIR::mark_used_as_array_length(uint32_t id)lifpan
2019-07-23Run format_all.sh.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-05-28Support emitting OpLine directive.Hans-Kristian Arntzen
2019-04-26GLSL: Implement GL_EXT_buffer_reference.Hans-Kristian Arntzen
2019-04-09Make sure ids_for_types are moved correctly in move operator.Hans-Kristian Arntzen
2019-04-09Fix various bugs found in testing.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-11Run format_all.sh.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-07Handle FPRoundingMode decoration.Hans-Kristian Arntzen
2019-01-04Nonfunctional: Update copyright headers for 2019.Hans-Kristian Arntzen
2018-11-22Remove old hack for dealing with HLSL counter buffers.Hans-Kristian Arntzen
2018-10-19Hoist out parsing module from spirv_cross::Compiler.Hans-Kristian Arntzen