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-01-05MSL: Move float2->3 TessCoord fixup to a better location.Hans-Kristian Arntzen
2022-01-05Merge branch 'master' of git://github.com/cfnptr/SPIRV-CrossHans-Kristian Arntzen
2021-12-20Fix gl_TessCoord arguments presence. Update reference shaders.Nikita Fediuchin
2021-12-07Clamp vector element access to vector size.Sebastián Aedo
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-07GLSL: Deal with buffer_reference_align.Hans-Kristian Arntzen
2021-11-07Merge pull request #1806 from KhronosGroup/fix-1777Hans-Kristian Arntzen
2021-11-07Merge pull request #1804 from KhronosGroup/fix-1759Hans-Kristian Arntzen
2021-11-07CFG: Handle degenerate selection constructs.Hans-Kristian Arntzen
2021-11-07MSL: Handle non-thread storage class in Modf/Frexp pointer versions.Hans-Kristian Arntzen
2021-11-07Merge pull request #1805 from KhronosGroup/fix-1776Hans-Kristian Arntzen
2021-11-07Handle Modf/Frexp in more cases.Hans-Kristian Arntzen
2021-11-07Correctly reflect declared buffer size for out of order members.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-25SPIRV-Cross contribution needed for `INTEL_fragment_shader_ordering`Erfan Ahmadi
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-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-10-13Test behavior around OpSelect with matrices.Hans-Kristian Arntzen
2021-10-13Fix wrong detection of trivial_mix_op.Hans-Kristian Arntzen
2021-09-30Merge pull request #1757 from KhronosGroup/fix-1754Hans-Kristian Arntzen
2021-09-30Improve handling of INT_MIN/INT64_MIN literals.Hans-Kristian Arntzen
2021-09-30HLSL: Ensure synthetic NumWorkgroups variable is considered active.Hans-Kristian Arntzen
2021-09-30CLI/HLSL: Don't set explicit binding for synthesized NumWorkgroups CBV.Hans-Kristian Arntzen
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-09-02GLSL: Emit GL_EXT_buffer_reference_uvec2 as required.Hans-Kristian Arntzen
2021-08-31Fix switch fallthrough case in some cases.Hans-Kristian Arntzen
2021-08-23MSL: Consider that function/private variables can be block-like.Hans-Kristian Arntzen
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-29Handle value access in terminators.Hans-Kristian Arntzen
2021-07-22Merge pull request #1712 from cdavis5e/msl-subgroup-ballot-simplifyHans-Kristian Arntzen
2021-07-21MSL: Simplify spvSubgroupBallot().Chip Davis
2021-07-20GLSL: Ensure ray query object decls are flushed if allocated in Function.Hans-Kristian Arntzen
2021-07-19GLSL: Implement GL_EXT_ray_query.Hans-Kristian Arntzen