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-11-26MSL: Add 64 bit switch supportSebastián Aedo
2021-11-12MSL: Don't output depth and stencil values with explicit early fragment tests.Bill Hollings
2021-11-08Separate (partially) the tracking of depth images from depth compare ops.Bill Hollings
2021-11-07Handle Modf/Frexp in more cases.Hans-Kristian Arntzen
2021-10-29MSL: Remove over-zealous check for struct packing compatibility.Bill Hollings
2021-10-28MSL: Fix type redirection when struct members are reordered to align with off...Bill Hollings
2021-10-25MSL: Workaround compiler crashes when using threadgroup bool.Hans-Kristian Arntzen
2021-10-21Fix all requested changes, test_shaders.py supports compiling MSL 2.4 shaders...丛越
2021-10-19Support Metal 2.4 Intersection Query, Implement GL_EXT_ray_query.丛越
2021-09-12MSL: Return fragment function value even when last SPIR-V Op is discard (OpKi...Bill Hollings
2021-09-05Add tests for OpSpecConstantOp ops OpQuantizeToF16 and OpSRem.Bill Hollings
2021-08-23Merge pull request #1725 from billhollings/fix-duplicate-glpositionHans-Kristian Arntzen
2021-08-23Merge pull request #1722 from billhollings/row-maj-mtx-store-from-constHans-Kristian Arntzen
2021-08-16MSL: Add test for fixes to MSL constant expression type down-casting.Bill Hollings
2021-08-16MSL: Fix duplicate gl_Position outputs when gl_Position defined but unused.Bill Hollings
2021-08-12MSL: Support row-major transpose when storing matrix from constant RHS matrix.Bill Hollings
2021-07-14MSL: Adjust gl_SampleMaskIn for sample-shading and/or fixed sample mask.Bill Hollings
2021-05-21MSL: Handle array with component when we cannot rely on user() attrib.Hans-Kristian Arntzen
2021-05-07Honor NoContraction qualifier.Hans-Kristian Arntzen
2021-04-23MSL: Use proper array for quad tess levels.Hans-Kristian Arntzen
2021-04-19MSL: Fix copy of arrays to/from stage IO variables.Hans-Kristian Arntzen
2021-04-19MSL: Make builtin argument type declaration context sensitive.Hans-Kristian Arntzen
2021-04-19MSL: Handle CullDistance better.Hans-Kristian Arntzen
2021-04-19MSL: Emit multiple threadgroup slices for multi-patch.Hans-Kristian Arntzen
2021-04-19MSL: Handle masking of TESC IO block members.Hans-Kristian Arntzen
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 masking of builtin control points.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: Add tests for masking with --for-tess.Hans-Kristian Arntzen
2021-04-19MSL: Remove position mask tests. They will fail compilation.Hans-Kristian Arntzen
2021-04-19MSL: Force builtin arrays for builtin array types.Hans-Kristian Arntzen
2021-04-19MSL: Add tests for vertex output masking.Hans-Kristian Arntzen
2021-02-15MSL: Always return [[position]] when required.Hans-Kristian Arntzen
2021-01-08Roll dependencies.Hans-Kristian Arntzen
2020-11-23MSL: Adjust FragCoord for sample-rate shading.Chip Davis
2020-11-09MSL: extract global variables from subgroup ballot operationsJan Sikorski
2020-11-05MSL: Support pull-model interpolation on MSL 2.3+.Chip Davis
2020-10-30MSL: Allow Bias and Grad arguments with comparison 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-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-15MSL: Don't use a bitcast for tessellation levels in tesc shaders.Chip Davis
2020-10-13MSL: Add missing interlock handling to atomic image buffers.Chip Davis
2020-10-13Merge pull request #1486 from cdavis5e/atomic-image-argument-bufferHans-Kristian Arntzen
2020-10-13MSL: Support atomic access to images from argument buffers.Chip Davis
2020-10-13MSL: Support SPV_EXT_demote_to_helper_invocation for MSL 2.3.Chip Davis
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