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-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-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-10fix: GL_EXT_texture_buffer is more common than GL_OES_texture_buffermiomioreimu
2022-01-06Add support for LocalSizeId.Hans-Kristian Arntzen
2021-12-07Clamp vector element access to vector size.Sebastián Aedo
2021-11-30Merge pull request #1815 from etra0/fix-1768Hans-Kristian Arntzen
2021-11-26MSL: Add 64 bit switch supportSebastián Aedo
2021-11-26ESSL: Vertex shader input doesn't support array types.xinhou
2021-11-15Merge pull request #1794 from etra0/masterHans-Kristian Arntzen
2021-11-12Added block.cases_32bit and reworked the cases fixSebastián Aedo
2021-11-11Cast the switch selector in GLSL to uint32_tSebastián Aedo
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-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: Support more usecases for unpacked vectors.Bill Hollings
2021-10-20Per spec, support undefined behavior for out-of-bounds swizzles.Bill Hollings
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-30Improve handling of INT_MIN/INT64_MIN literals.Hans-Kristian Arntzen
2021-09-12MSL: Return fragment function value even when last SPIR-V Op is discard (OpKi...Bill Hollings
2021-09-04Add support for additional ops in OpSpecConstantOp.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-07-26GLSL: Emit precise for fp16/fp64 types as well.Hans-Kristian Arntzen
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-06-30Merge pull request #1700 from pkasting/masterHans-Kristian Arntzen
2021-06-30Fix -Wunreachable-code-aggressive.Peter Kasting
2021-06-30GLSL: Support pervertexNV in NV barycentric extension.Hans-Kristian Arntzen
2021-06-29Finish adding SPDX tags and setup a reuse checked in Github Actions CIJon Leech
2021-06-28HLSL: Rewrite how block IO is emitted.Hans-Kristian Arntzen
2021-06-28Merge pull request #1697 from KhronosGroup/fix-1693Hans-Kristian Arntzen
2021-06-28GLSL: Emit num_views for OVR_multiview2.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-21GLSL: Implement noncoherent framebuffer fetch.Hans-Kristian Arntzen
2021-05-07Honor NoContraction qualifier.Hans-Kristian Arntzen
2021-05-07Fixed 16 bit int typesPrzemog1
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