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
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
2021-01-07MSL: Always enable Outputs in vertex stages.Hans-Kristian Arntzen
2021-01-07MSL: Only consider builtin variables if they are part of IO interface.Hans-Kristian Arntzen
2021-01-05MSL: Emit correct initializer for tessellation control points.Hans-Kristian Arntzen
2021-01-05MSL: Handle initializers for tess levels.Hans-Kristian Arntzen
2021-01-04More robust handling of initialized output builtin variables.Hans-Kristian Arntzen
2021-01-04Handle output IO block initializers more robustly.Hans-Kristian Arntzen
2021-01-04Handle reserved identifiers for functions.Hans-Kristian Arntzen
2021-01-04MSL: Handle reserved identifiers for entry point.Hans-Kristian Arntzen
2020-12-07GLSL: Emit nonuniformEXT in correct place for late-combined samplers.Hans-Kristian Arntzen
2020-11-25spirv_msl: Don't add fixup hooks for builtin variables if they're unused.comex
2020-11-21MSL: Expand subgroup support.Chip Davis
2020-11-06MSL: Fix regression in image gather handling.Hans-Kristian Arntzen
2020-10-29MSL: Allow framebuffer fetch on Mac in MSL 2.3.Chip Davis
2020-10-26MSL: Do not use component::x gather for depth2d textures.Hans-Kristian Arntzen
2020-10-24MSL: Cast broadcast booleans to ushort.Chip Davis
2020-10-24MSL: Support vectors with OpGroupNonUniformAllEqual.Chip Davis
2020-09-02MSL: Fix OpCompositeInsert and OpVectorInsertDynamic.Hans-Kristian Arntzen
2020-07-24MSL: Add support for processing more than one patch per workgroup.Chip Davis
2020-07-06MSL: Workaround broken vector -> scalar access chain in MSL.Hans-Kristian Arntzen
2020-07-06MSL: Use input attachment index directly for resource index fallback.Hans-Kristian Arntzen
2020-06-18MSL: Add test case for constructing struct with non-value-type array.Hans-Kristian Arntzen
2020-06-18MSL: Deal with loading non-value-type arrays.Hans-Kristian Arntzen
2020-06-18MSL: Add tests for array copies in and out of buffers.Hans-Kristian Arntzen
2020-04-30MSL: Redirect member indices when buffer has been sorted by Offset.Hans-Kristian Arntzen
2020-04-27Merge pull request #1347 from KhronosGroup/fix-1343Hans-Kristian Arntzen
2020-04-27Implement OpAtomicLoad/OpAtomicStore.Hans-Kristian Arntzen
2020-04-27MSL: Fix case where subpassInput is passed to leaf functions.Hans-Kristian Arntzen
2020-04-22GLSL: Support f16x2 <-> f32 bitcast.Hans-Kristian Arntzen
2020-04-21MSL: Deal correctly with initializers on Private variables.Hans-Kristian Arntzen
2020-04-20MSL: Support edge case with DX layout in scalar block layout.Hans-Kristian Arntzen
2020-04-07MSL: Do not use base expression with PhysicalTypeID OpCompositeExtract.Hans-Kristian Arntzen
2020-04-03MSL: Deal with cases where builtin is implicitly needed, declared, but unused.Hans-Kristian Arntzen
2020-03-31MSL: Fix access chain for deep struct hierarchy on array of buffers.Hans-Kristian Arntzen
2020-03-26Add support for forcefully zero-initialized variables.Hans-Kristian Arntzen
2020-02-24MSL: Reintroduce workaround for constant arrays being passed by value.Hans-Kristian Arntzen
2020-01-16Merge pull request #1264 from KhronosGroup/msl-argument-buffer-persistHans-Kristian Arntzen
2020-01-16MSL: Add support for force-activating IAB resources.Hans-Kristian Arntzen
2020-01-16Deal with illegal names in types as well.Hans-Kristian Arntzen
2020-01-09MSL: Deal with sign on wave min/max.Hans-Kristian Arntzen
2020-01-07MSL: Deal with padded fragment output + Component decoration.Hans-Kristian Arntzen
2020-01-07MSL: Deal with packing vectors for vertex input/fragment output.Hans-Kristian Arntzen
2020-01-07MSL: Add trivial tests for Component decoration.Hans-Kristian Arntzen
2020-01-06Add test shader for OpCopyLogical with packing/unpacking.Hans-Kristian Arntzen
2020-01-06Basic implementation of OpCopyLogical.Hans-Kristian Arntzen
2019-11-07MSL: Fix unpack_expression from column of padded matrix.Hans-Kristian Arntzen
2019-11-06Move .invalid. test shaders to the more appropriate subfolders.Hans-Kristian Arntzen