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-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
2021-07-14MSL: Adjust gl_SampleMaskIn for sample-shading and/or fixed sample mask.Bill Hollings
2021-07-13MSL: Add test for scalar access chain pull interpolant.Hans-Kristian Arntzen
2021-06-30GLSL: Support pervertexNV in NV barycentric extension.Hans-Kristian Arntzen
2021-06-28HLSL: Rewrite how block IO is emitted.Hans-Kristian Arntzen
2021-06-28Handle SPIR-V 1.4 selection constructs.Hans-Kristian Arntzen
2021-06-03Merge pull request #1686 from KhronosGroup/fix-1684Hans-Kristian Arntzen
2021-06-03Ensure loop control flow hints only appear above loops.Hans-Kristian Arntzen
2021-06-03GLSL: Implement control flow hints.Hans-Kristian Arntzen
2021-06-03Handle odd type for textureGather component.Hans-Kristian Arntzen
2021-05-26Add comment after inf/nan float number for clarifying.xndcn
2021-05-21MSL: Improve handling of split tessellation access chains.Hans-Kristian Arntzen
2021-05-21Merge pull request #1676 from KhronosGroup/fix-1671Hans-Kristian Arntzen
2021-05-21GLSL: Implement noncoherent framebuffer fetch.Hans-Kristian Arntzen
2021-05-21MSL: Handle array with component when we cannot rely on user() attrib.Hans-Kristian Arntzen
2021-05-07HLSL: Implement invariant as precise.Hans-Kristian Arntzen
2021-05-07Honor NoContraction qualifier.Hans-Kristian Arntzen
2021-05-07Update reference output.Hans-Kristian Arntzen
2021-04-29MSL: Fix '--msl-multi-patch-workgroup' out of bounds reads when dispatching m...Lukas Taparauskas
2021-04-23Merge pull request #1660 from KhronosGroup/fix-1658Hans-Kristian Arntzen
2021-04-23MSL: Use proper array for quad tess levels.Hans-Kristian Arntzen
2021-04-23HLSL: Support Shuffle wave ops.Hans-Kristian Arntzen
2021-04-22Rewrite how non-uniform qualifiers are handled.Hans-Kristian Arntzen
2021-04-20Merge pull request #1655 from KhronosGroup/fix-1640Hans-Kristian Arntzen
2021-04-20Merge pull request #1654 from KhronosGroup/fix-1641Hans-Kristian Arntzen
2021-04-20Merge pull request #1653 from KhronosGroup/fix-1638Hans-Kristian Arntzen
2021-04-20GLSL: Support shading rate builtins.Hans-Kristian Arntzen