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-18Test aliased names in declared LUTs.Hans-Kristian Arntzen
2022-01-18Handle aliased names in spec constants.Hans-Kristian Arntzen
2022-01-17MSL: Handle constant construct of block-like array types.Hans-Kristian Arntzen
2022-01-17MSL: Handle signed atomic min/max.Hans-Kristian Arntzen
2022-01-17Merge pull request #1847 from KhronosGroup/fix-1775Hans-Kristian Arntzen
2022-01-17Rework how loop iteration counts are validated.Hans-Kristian Arntzen
2022-01-17Do not forward expressions which carry a huge amount of dependencies.Hans-Kristian Arntzen
2022-01-14Update references for GL_EXT_texture_buffer.Hans-Kristian Arntzen
2022-01-06Merge pull request #1839 from KhronosGroup/spv1.6Hans-Kristian Arntzen
2022-01-06Add sanity test for SPIR-V 1.6 modules.Hans-Kristian Arntzen
2022-01-06Add support for LocalSizeId.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
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