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-06-07GLSL: Add more extension ladder fallbacks for unusual integer sizes.fix-1955-1956Hans-Kristian Arntzen
2022-06-07GLSL: Add missing KHR barycentric references.Hans-Kristian Arntzen
2022-05-27Emit KHR barycentrics if source enables the KHR extension.Hans-Kristian Arntzen
2022-05-27Roll dependencies.Hans-Kristian Arntzen
2022-05-27GLSL: Add basic support for GL_EXT_shader_atomic_float.Hans-Kristian Arntzen
2022-05-18Merge pull request #1946 from KhronosGroup/fix-1943Hans-Kristian Arntzen
2022-05-18Promote Unreachable cases into break to avoid fallthrough.Hans-Kristian Arntzen
2022-05-18Attempt more optimal codegen for OpCompositeInsert.Hans-Kristian Arntzen
2022-05-13Merge pull request #1941 from KhronosGroup/fix-1934Hans-Kristian Arntzen
2022-05-13MSL: Potentially cast loaded Input variables.Hans-Kristian Arntzen
2022-05-13GLSL: Do not analyze precision for Undef variables.Hans-Kristian Arntzen
2022-05-02GLSL: Handle more proper semantics for RelaxedPrecision.Hans-Kristian Arntzen
2022-04-27MSL: Emit interface block members of array length 1 as arrays instead of scal...Bill Hollings
2022-04-19MSL: Pass down global RayQuery object to leaf functions.Hans-Kristian Arntzen
2022-03-24MSL: Fix goofy bugs in ray query.Hans-Kristian Arntzen
2022-03-22HLSL: Disable FXC testing for rayquery shaders.Hans-Kristian Arntzen
2022-03-22HLSL: Update test from review.Hans-Kristian Arntzen
2022-03-22Merge branch 'ray_query' of https://github.com/k-payl/SPIRV-Cross into pr-1859Hans-Kristian Arntzen
2022-03-15VK_KHR_ray_query implementationKonstantin Pail
2022-03-04MSL: Use var name instead of var-type name for flattened interface members.Bill Hollings
2022-03-04MSL: Consider that gl_IsHelperInvocation can be Volatile.Hans-Kristian Arntzen
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-02-16HLSL: Make --flatten-ubo work correctlyShintaro Sakahara
2022-01-18MSL: Rethink how opaque descriptors are passed to leaf functions.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-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-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-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-19Support Metal 2.4 Intersection Query, Implement GL_EXT_ray_query.丛越
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