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-18Merge pull request #1852 from KhronosGroup/fix-1850sdk-1.3.204.1sdk-1.3.204.0sdk-1.3.204Hans-Kristian Arntzen
2022-01-18MSL: Rethink how opaque descriptors are passed to leaf functions.Hans-Kristian Arntzen
2022-01-18Test aliased names in declared LUTs.Hans-Kristian Arntzen
2022-01-18Handle aliased names in spec constants.Hans-Kristian Arntzen
2022-01-17MSL: Handle constant construct of block-like array types.Hans-Kristian Arntzen
2022-01-17MSL: Handle signed atomic min/max.Hans-Kristian Arntzen
2022-01-06Add support for LocalSizeId.Hans-Kristian Arntzen
2022-01-05Roll dependencies.Hans-Kristian Arntzen
2021-11-07Merge pull request #1804 from KhronosGroup/fix-1759Hans-Kristian Arntzen
2021-11-07MSL: Handle non-thread storage class in Modf/Frexp pointer versions.Hans-Kristian Arntzen
2021-11-07Handle Modf/Frexp in more cases.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-08-23MSL: Consider that function/private variables can be block-like.Hans-Kristian Arntzen
2021-07-21MSL: Simplify spvSubgroupBallot().Chip Davis
2021-07-13MSL: Add test for scalar access chain pull interpolant.Hans-Kristian Arntzen
2021-06-28Handle SPIR-V 1.4 selection constructs.Hans-Kristian Arntzen
2021-06-03Handle odd type for textureGather component.Hans-Kristian Arntzen
2021-05-21MSL: Improve handling of split tessellation access chains.Hans-Kristian Arntzen
2021-05-21MSL: Handle array with component when we cannot rely on user() attrib.Hans-Kristian Arntzen
2021-04-29MSL: Fix '--msl-multi-patch-workgroup' out of bounds reads when dispatching m...Lukas Taparauskas
2021-04-23MSL: Use proper array for quad tess levels.Hans-Kristian Arntzen
2021-04-19MSL: Use spvUnsafeArray for builtin arrays after all.Hans-Kristian Arntzen
2021-04-19MSL: Hoist out to_tesc_invocation_id() in more places.Hans-Kristian Arntzen
2021-04-19MSL: Handle loading Clip/CullDistance in TESE.Hans-Kristian Arntzen
2021-04-19MSL: Correctly analyze if builtin block is active.Hans-Kristian Arntzen
2021-04-19MSL: Test that we can capture cull distance to buffer.Hans-Kristian Arntzen
2021-04-19MSL: Emit multiple threadgroup slices for multi-patch.Hans-Kristian Arntzen
2021-04-19MSL: Unroll initializations of CullDistance/ClipDistance control points.Hans-Kristian Arntzen
2021-04-19MSL: Fix initialization of masked threadgroup variables.Hans-Kristian Arntzen
2021-04-19MSL: Rewrite how IO blocks are emitted in multi-patch mode.Hans-Kristian Arntzen
2021-04-19MSL: Don't emit weird reference type for spvUnsafeArray types.Hans-Kristian Arntzen
2021-04-19MSL: Sort builtin IO block members by builtin type.Hans-Kristian Arntzen
2021-03-09Merge pull request #1635 from KhronosGroup/fix-1627Hans-Kristian Arntzen
2021-03-08Handle edge cases in OpCopyMemory.Hans-Kristian Arntzen
2021-03-08MSL: Add test for logical subgroup arith ops.Hans-Kristian Arntzen
2021-02-26MSL: Deal with pointer-to-pointer qualifier ordering.Hans-Kristian Arntzen
2021-02-17Merge pull request #1622 from KhronosGroup/fix-1619Hans-Kristian Arntzen
2021-02-17MSL: Handle load and store to TessLevel array in TESC.Hans-Kristian Arntzen
2021-02-17MSL: Gracefully assign automatic input locations to builtin attributes.Hans-Kristian Arntzen
2021-02-15MSL: Fixup type when using tessellation levels in TESC functions.Hans-Kristian Arntzen
2021-01-22Check entry point variables in is_hidden_variables.Hans-Kristian Arntzen
2021-01-22Deal better with CompositeExtract from constant composite.Hans-Kristian Arntzen
2021-01-08MSL: Fix various bugs with framebuffer fetch on macOS and argument buffers.fix-1582Hans-Kristian Arntzen
2021-01-08MSL: Always use input_attachment_index for framebuffer fetch binding.Hans-Kristian Arntzen
2021-01-07Add test for pure initializer gl_FragDepth.Hans-Kristian Arntzen
2021-01-07MSL: Make sure initialized output builtins are considered active.Hans-Kristian Arntzen