summaryrefslogtreecommitdiff
path: root/spirv_cross_parsed_ir.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-11-20Interleave undef values with constants and types.Chip Davis1-2/+2
2021-11-03Removed unnecessary tracking of types.Sebastián Aedo1-3/+4
2021-11-02Removing logic in the parserSebastián Aedo1-0/+6
2021-06-29Finish adding SPDX tags and setup a reuse checked in Github Actions CIJon Leech1-1/+1
2021-01-14meta: Update copyright headers to 2021.Hans-Kristian Arntzen1-1/+1
2021-01-08GLSL: Support both SPV_KHR_ray_tracing and NV_ray_tracing.Hans-Kristian Arntzen1-0/+2
2020-12-01Add MIT dual license for the SPIRV-Cross API.Hans-Kristian Arntzen1-0/+7
2020-11-23GLSL: Emit storage qualifiers for buffer_reference.Hans-Kristian Arntzen1-0/+1
2020-08-21Overhaul how we deal with reserved identifiers.Hans-Kristian Arntzen1-0/+8
2020-03-26Add support for forcefully zero-initialized variables.Hans-Kristian Arntzen1-0/+2
2020-01-16Update license headers to 2020.Hans-Kristian Arntzen1-1/+1
2019-09-06Refactor into stronger types in public API.Hans-Kristian Arntzen1-30/+30
2019-07-19Start considering how to emit physical type ID.Hans-Kristian Arntzen1-5/+13
2019-07-19MSL: Begin rewrite of buffer packing logic.Hans-Kristian Arntzen1-3/+21
2019-04-26GLSL: Implement GL_EXT_buffer_reference.Hans-Kristian Arntzen1-0/+3
2019-04-09Refactor out error handling and containers to new headers.Hans-Kristian Arntzen1-1/+0
2019-04-09Do not use SmallVector as input type in public interfaces.Hans-Kristian Arntzen1-1/+2
2019-04-09Explicitly implement move operators for ParsedIR.Hans-Kristian Arntzen1-3/+4
2019-04-09Reduce pressure on global allocation.Hans-Kristian Arntzen1-10/+23
2019-03-29Add an option to override the namespace used for spirv_cross.Hans-Kristian Arntzen1-1/+1
2019-01-10Make meta a hashmap.Hans-Kristian Arntzen1-1/+11
2019-01-10Rewrite how IDs are iterated over.Hans-Kristian Arntzen1-0/+47
2019-01-04Nonfunctional: Update copyright headers for 2019.Hans-Kristian Arntzen1-2/+2
2018-10-19Hoist out parsing module from spirv_cross::Compiler.Hans-Kristian Arntzen1-0/+129