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
2019-08-26Deal correctly with sign on bitfield operations.Hans-Kristian Arntzen
2019-07-17Test glsl.std450 more exhaustively.Hans-Kristian Arntzen
2019-07-12Deal correctly with return sign of bitscan operations.Hans-Kristian Arntzen
2019-07-08Add test shaders for NonUniformEXT propagation.fix-1061Hans-Kristian Arntzen
2019-06-21Deal with OpPhi and case fallthrough.Hans-Kristian Arntzen
2019-04-24Fix infinite loop when OpAtomic* temporaries are used in other blocks.Hans-Kristian Arntzen
2019-04-03GLSL: Fix OpImageFetch with uint coordinates and LOD.Hans-Kristian Arntzen
2019-03-27Properly deal with sign-dependent GLSL opcodes.Hans-Kristian Arntzen
2019-03-27Parser: Fix OpCompositeConstruct with OpUndef.Hans-Kristian Arntzen
2019-03-25Support -1 index in OpVectorShuffle.Hans-Kristian Arntzen
2019-01-30Update to latest glslang/SPIRV-Tools.Hans-Kristian Arntzen
2019-01-14MSL: Fix case where we pass arrays to functions by value.Hans-Kristian Arntzen
2018-03-13Refactor out noopt shaders to their own folders.Hans-Kristian Arntzen