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-11-05Move all .invalid shaders into no-opt folders.Dan Sinclair
2019-06-06Deal with case where a variable is dominated by inner part of a loop.Hans-Kristian Arntzen
2018-09-27Update glslang and SPIRV-Tools.Hans-Kristian Arntzen
2018-07-06Fix a lot of redundant code when loading flattened composites.Hans-Kristian Arntzen
2018-07-05Add some tests for LUT promotion.Hans-Kristian Arntzen
2017-06-21Add explicit in/out locations everywhere.Hans-Kristian Arntzen
2017-05-31Add multidimensional array flattening test.Hans-Kristian Arntzen
2017-01-24Remove redundant constructor calls for scalar typesArseny Kapoulkine
2017-01-24Implement flattening of row major matrix indexingArseny Kapoulkine
2017-01-22Add test for flattened 3-dimensional arrays.Hans-Kristian Arntzen
2017-01-21Fix bugs with row-major matrices inside flattened UBOs.Hans-Kristian Arntzen
2017-01-21Fixups to the flatten tests.Hans-Kristian Arntzen
2017-01-21Expand array flatten test a little.Hans-Kristian Arntzen
2017-01-21Support int and uint as flattened UBO types.Hans-Kristian Arntzen
2017-01-18Implement access chain flattening support for row major matricesArseny Kapoulkine
2017-01-18Fix whitespace in generated flattened expressionsArseny Kapoulkine
2017-01-18Add tests for buffer block flatteningArseny Kapoulkine