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
2022-01-05Roll dependencies.Hans-Kristian Arntzen
2021-10-13Test behavior around OpSelect with matrices.Hans-Kristian Arntzen
2021-10-13Fix wrong detection of trivial_mix_op.Hans-Kristian Arntzen
2021-09-30Improve handling of INT_MIN/INT64_MIN literals.Hans-Kristian Arntzen
2021-09-29MSL: Support synthetic functions in function constants.Bill Hollings
2021-09-23MSL: Selectively enable fast-math in MSL code to match Vulkan CTS results.Bill Hollings
2021-07-21MSL: Simplify spvSubgroupBallot().Chip Davis
2021-03-08MSL: Add test for logical subgroup arith ops.Hans-Kristian Arntzen
2020-11-25MSL: Don't mask off inactive bits in ballot masks.Chip Davis
2020-11-21MSL: Expand subgroup support.Chip Davis
2020-10-24MSL: Cast broadcast booleans to ushort.Chip Davis
2020-10-24MSL: Mask ballots passed to Ballot bit ops.Chip Davis
2020-10-24MSL: Support vectors with OpGroupNonUniformAllEqual.Chip Davis
2020-10-24MSL: Correct definitions of subgroup ballot mask variables.Chip Davis
2020-07-06MSL: Workaround broken vector -> scalar access chain in MSL.Hans-Kristian Arntzen
2020-06-18MSL: Add tests for array copies in and out of buffers.Hans-Kristian Arntzen
2020-05-06MSL: Avoid packed arrays in more cases.Hans-Kristian Arntzen
2020-04-20MSL: Support edge case with DX layout in scalar block layout.Hans-Kristian Arntzen
2020-01-16Deal with illegal names in types as well.Hans-Kristian Arntzen
2019-11-06Merge branch 'deps' of git://github.com/dj2/SPIRV-CrossHans-Kristian Arntzen
2019-11-06Move .invalid. test shaders to the more appropriate subfolders.Hans-Kristian Arntzen
2019-11-05Roll GLSLang and SPIRV-ToolsDan Sinclair
2019-10-24MSL: Do not generate UnsafeArray<> for any array inside buffer objects.Hans-Kristian Arntzen
2019-10-21Removed bounds checks in favor of SPIRV-Tools pass '--graphics-robust-access'Lukas Hermanns
2019-10-14Merge remote-tracking branch 'upstream/master'Lukas Hermanns
2019-10-11MSL: Fix regression with OpCompositeConstruct from std140 float[].Hans-Kristian Arntzen
2019-09-25Update for pull request #1162 rev. 1Lukas Hermanns
2019-09-24Updates for pull request #1162Lukas Hermanns
2019-09-18Update external/ to SPIR-V 1.5Ryan Harrison
2019-09-18Updated test shaders.Lukas Hermanns
2019-09-17Updated reference Metal shaders.Lukas Hermanns
2019-09-11Update the Metal shaders to account for changes in the shader compilation.Mark Satterthwaite
2019-08-30Update tests to account for all non-entry-point functions being inlinedThomas Roughton
2019-08-27MSL: Deal with array copies from and to threadgroup.Hans-Kristian Arntzen
2019-08-26Deal correctly with sign on bitfield operations.Hans-Kristian Arntzen
2019-07-24Do not eagerly invalidate all active variables on a branch.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-06-21MSL: Rewrite how resource indices are fallback-assigned.Hans-Kristian Arntzen
2019-03-27Properly deal with sign-dependent GLSL opcodes.Hans-Kristian Arntzen
2018-05-25Declare read-only SSBOs as const device in MSL.Hans-Kristian Arntzen
2018-04-04Use declared binding in SPIR-V as a fallback for explicit MSL binds.Hans-Kristian Arntzen
2018-03-13Add newly moved reference files.Hans-Kristian Arntzen
2018-03-12Update tests for latest SPIRV-Tools and glslang.Hans-Kristian Arntzen