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-07MSL: Only consider builtin variables if they are part of IO interface.Hans-Kristian Arntzen
2021-01-07MSL: Very slight refactor.Hans-Kristian Arntzen
2021-01-06MSL: Fix initializer for tess level outputs.Hans-Kristian Arntzen
2021-01-06MSL: Don't flatten builtin arrays unless they're 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-04Minor redundant nit.Hans-Kristian Arntzen
2021-01-04More robust handling of initialized output builtin variables.Hans-Kristian Arntzen
2021-01-04MSL: Handle reserved identifiers for entry point.Hans-Kristian Arntzen
2020-12-02Merge pull request #1553 from comex/no-subgroups-in-vertex-shadersHans-Kristian Arntzen
2020-12-01Add MIT dual license for the SPIRV-Cross API.Hans-Kristian Arntzen
2020-11-27MSL: Added fmin3 and fmax3 library functions to the illegal name list.Jan Sikorski
2020-11-27msl: Don't try to use [[thread_index_in_simdgroup]] in vertex shaders.comex
2020-11-25spirv_msl: Don't add fixup hooks for builtin variables if they're unused.comex
2020-11-25MSL: Don't mask off inactive bits in ballot masks.Chip Davis
2020-11-23MSL: Adjust FragCoord for sample-rate shading.Chip Davis
2020-11-23Normalize all internal workaround methods to use spv prefix.Hans-Kristian Arntzen
2020-11-21MSL: Expand subgroup support.Chip Davis
2020-11-16Merge pull request #1541 from cdavis5e/msl-ios-featuresHans-Kristian Arntzen
2020-11-14MSL: Expose some more features on iOS.Chip Davis
2020-11-11Fix switch fallthroughHans-Kristian Arntzen
2020-11-09MSL: extract global variables from subgroup ballot operationsJan Sikorski
2020-11-08Run format_all.sh.Hans-Kristian Arntzen
2020-11-07Merge pull request #1525 from cdavis5e/msl-interpolation-functionsHans-Kristian Arntzen
2020-11-06MSL: Fix regression in image gather handling.Hans-Kristian Arntzen
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-30Minor format and typo updates from code review.Bill Hollings
2020-10-30MSL: Allow Bias and Grad arguments with comparison on Mac in MSL 2.3.Chip Davis
2020-10-30Merge pull request #1514 from cdavis5e/msl-mac-framebuffer-fetchHans-Kristian Arntzen
2020-10-30added metal keyworld: "level" (#1501)Yuwen Wu
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-28MSL: Allow post-depth coverage on Mac in MSL 2.3.Chip Davis
2020-10-26MSL: For 2.1+, don't disable rasterization for vertex writes.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: 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-10-21MSL: Don't remove periods from swizzle buffer index exprs.Chip Davis
2020-10-15MSL: Handle Offset and Grad operands for 1D-as-2D textures.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-10-13MSL: Add missing interlock handling to atomic image buffers.Chip Davis