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-03-03Add relax_nan_checks options.Hans-Kristian Arntzen
2022-03-03MSL: Fix var names in test shaders to avoid reserved identifiers.Bill Hollings
2022-03-03MSL: Support input/output blocks containing nested struct arraysBill Hollings
2022-01-18MSL: Rethink how opaque descriptors are passed to leaf functions.Hans-Kristian Arntzen
2022-01-05Roll dependencies.Hans-Kristian Arntzen
2022-01-05MSL: Move float2->3 TessCoord fixup to a better location.Hans-Kristian Arntzen
2021-12-20Fix gl_TessCoord arguments presence. Update reference shaders.Nikita Fediuchin
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-21MSL: Never used templated array for RayQuery objects.Hans-Kristian Arntzen
2021-10-21MSL: Fix some trivial bugs not caught by CI when adding ray query.Hans-Kristian Arntzen
2021-10-19Support Metal 2.4 Intersection Query, Implement GL_EXT_ray_query.丛越
2021-09-29MSL: Support synthetic functions in function constants.Bill Hollings
2021-09-25MSL: Use vec<T, n> in template SpvHalfTypeSelector for function spvQuantizeTo...Bill Hollings
2021-09-24MSL: Consolidate spvQuantizeToF16() functions into a single template function.Bill Hollings
2021-09-24MSL: Honor infinities in OpQuantizeToF16 when compiling using fast-math.Bill Hollings
2021-09-23MSL: Honor DecorationNoContraction when compiling using fast-math.Bill Hollings
2021-09-23MSL: Selectively enable fast-math in MSL code to match Vulkan CTS results.Bill Hollings
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-06-28Handle SPIR-V 1.4 selection constructs.Hans-Kristian Arntzen
2021-05-26Add comment after inf/nan float number for clarifying.xndcn
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-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-22Rewrite how non-uniform qualifiers are handled.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: Use spvUnsafeArray for builtin arrays after all.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: Cleanup fallback IO block emission.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: Do not perform scalar fixups for control-point outputs.Hans-Kristian Arntzen
2021-04-19MSL: Always emit block variable for block types.Hans-Kristian Arntzen