summaryrefslogtreecommitdiff
path: root/spirv_parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-20Move check for structured OpSwitch to CompilerGLSL.Hans-Kristian Arntzen1-3/+0
2019-02-26Add support for SPV_NV_ray_tracingPatrick Mours1-0/+8
2019-01-30GLSL/MSL: Implement 8-bit part of VK_KHR_shader_float16_int8.Hans-Kristian Arntzen1-17/+1
2019-01-10Make meta a hashmap.Hans-Kristian Arntzen1-1/+4
2019-01-07MSL: Support SPV_KHR_variable_pointers.Chip Davis1-1/+6
2019-01-04Nonfunctional: Update copyright headers for 2019.Hans-Kristian Arntzen1-1/+1
2018-11-28Fix build warning.lifpan1-1/+1
2018-11-26Keep track of pointer-to-pointer depth in parser.Hans-Kristian Arntzen1-2/+1
2018-11-15Parser: Handle group decorations.Hans-Kristian Arntzen1-0/+74
2018-11-15Handle opcode OpSourceContinued.lifpan1-0/+1
2018-11-13Handle opcode OpModuleProcessed.lifpan1-0/+1
2018-11-01Use specific base types for 8- and 16-bit integers.Chip Davis1-3/+19
2018-10-19Hoist out parsing module from spirv_cross::Compiler.Hans-Kristian Arntzen1-0/+1025