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-04-19MSL: Add test for complex control point outputs.Hans-Kristian Arntzen
2021-04-19MSL: Rewrite how IO blocks are emitted in multi-patch mode.Hans-Kristian Arntzen
2021-04-19MSL: Handle flattening of patch block outputs as well.Hans-Kristian Arntzen
2021-04-19MSL: Emit a masked builtin IO block if necessary.Hans-Kristian Arntzen
2021-04-19MSL: Test that we can mask location writes in TESC.Hans-Kristian Arntzen
2021-04-19MSL: Fix masking of vertex block outputs.Hans-Kristian Arntzen
2021-04-19MSL: Emit threadgroup storage class for masked control point outputs.Hans-Kristian Arntzen
2021-04-19Clean up member sorting.Hans-Kristian Arntzen
2021-04-19MSL: Fixes to support padding Metal argument buffer entries based on argument...Bill Hollings
2021-04-17MSL: Fixes to support padding Metal argument buffer entries based on argument...Bill Hollings
2021-04-16MSL: Fixes to support padding Metal argument buffer entries based on argument...Bill Hollings
2021-04-16MSL: Fixes to support padding Metal argument buffer entries based on argument...Bill Hollings
2021-04-14MSL: Support padding Metal argument buffer entries based on argument index.Bill Hollings
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-17MSL: Refactor out location consumption count computation.Hans-Kristian Arntzen
2021-02-17Add comment where aux image atomic buffers are reflected from.Hans-Kristian Arntzen
2021-01-14meta: Update copyright headers to 2021.Hans-Kristian Arntzen
2021-01-08MSL: Fix various bugs with framebuffer fetch on macOS and argument buffers.fix-1582Hans-Kristian Arntzen
2021-01-04MSL: Handle reserved identifiers for entry point.Hans-Kristian Arntzen
2020-12-01Add MIT dual license for the SPIRV-Cross API.Hans-Kristian Arntzen
2020-11-23MSL: Adjust FragCoord for sample-rate shading.Chip Davis
2020-11-21MSL: Expand subgroup support.Chip Davis
2020-11-05MSL: Support pull-model interpolation on MSL 2.3+.Chip Davis
2020-11-03Merge pull request #1516 from billhollings/VK_EXT_descriptor_indexingHans-Kristian Arntzen
2020-11-03Syntax and format updates from code review.Bill Hollings
2020-10-30MSL: Support run-time sized image and sampler arraysBill Hollings
2020-10-29MSL: Allow framebuffer fetch on Mac in MSL 2.3.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-15Merge pull request #1490 from KhronosGroup/fix-1488Hans-Kristian Arntzen
2020-10-15MSL: Don't use a bitcast for tessellation levels in tesc shaders.Chip Davis
2020-10-14MSL: Support querying and modifying generated combined sampler suffix.Hans-Kristian Arntzen
2020-10-14MSL: Fix calculation of atomic image buffer address.Chip Davis
2020-09-04Merge pull request #1461 from Kangz/fix-warningsHans-Kristian Arntzen
2020-09-04Fix -Wduplicate-enum and -Wrange-for-analysis.Corentin Wallez
2020-09-02MSL: Support layered input attachments.Chip Davis
2020-09-02MSL: Don't set the layer for multiview if the device doesn't support it.Chip Davis
2020-07-24Enabling setting a fixed sampleMask in Metal fragment shaders.Tomek Ponitka
2020-07-24MSL: Add support for processing more than one patch per workgroup.Chip Davis
2020-07-23MSL: Factor creating a uint type into its own method.Chip Davis
2020-07-23MSL: Factor a really gnarly condition into its own method.Chip Davis
2020-07-06MSL: Workaround broken vector -> scalar access chain in MSL.Hans-Kristian Arntzen
2020-07-01Run format_all.sh.Hans-Kristian Arntzen
2020-06-22MSL: Remove the old VertexAttr API.fix-1399Hans-Kristian Arntzen
2020-06-19Fix placement of SPIRV_CROSS_DEPRECATED.Corentin Wallez
2020-06-18Clean up some deprecation warnings when building with Makefile.Hans-Kristian Arntzen
2020-06-18Remove unused member in MSLShaderInput.Hans-Kristian Arntzen