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-11-02HLSL: Fix test for non-block per-primitive IO.Hans-Kristian Arntzen
2022-11-02HLSL: Do not support ClipCull size > 4 in mesh shaders.Hans-Kristian Arntzen
2022-11-02GLSL: Add test for mesh with non-block builtin IO.Hans-Kristian Arntzen
2022-11-02HLSL: Handle case where PerVertex block is not used.Hans-Kristian Arntzen
2022-11-02HLSL: Make sure to test deeply nested functions in mesh shaders.Hans-Kristian Arntzen
2022-11-02HLSL: Some cleanups and fixes in analyze_meshlet_writes.Hans-Kristian Arntzen
2022-11-02HLSL: Add missing reference for mesh shader test.Hans-Kristian Arntzen
2022-11-02HLSL: Implement VK_EXT_mesh_shaderTry
2022-11-02Merge pull request #2050 from cdavis5e/op-spec-constant-op-composite-insertHans-Kristian Arntzen
2022-11-02MSL: Implement `CompositeInsert` `OpSpecConstantOp`.Chip Davis
2022-11-01Roll glslang dependency.Hans-Kristian Arntzen
2022-10-31MSL: Handle implicit integer promotion rules.Hans-Kristian Arntzen
2022-10-26MSL: Fix restrict vs __restrict incompatibility.Hans-Kristian Arntzen
2022-10-26MSL: Handle partial access chains with array-of-UBO/SSBO.Hans-Kristian Arntzen
2022-10-19MSL: Don't flatten arrayed per-patch output blocks in tessellation shaders.Chip Davis
2022-10-19MSL: Support "raw" buffer input in tessellation evaluation shaders.Chip Davis
2022-10-03HLSL: Improve support for VertexInfo aux struct.Hans-Kristian Arntzen
2022-09-23MSL: Emit correct address space when casting during OpStore.Bill Hollings
2022-09-21MSL: Do not attempt to alias push constants.Hans-Kristian Arntzen
2022-09-20MSL: Handle descriptor aliasing of raw buffer descriptors.Hans-Kristian Arntzen
2022-09-15Merge pull request #2018 from atyuwen/masterHans-Kristian Arntzen
2022-09-14MSL: Support OpPtrEqual, OpPtrNotEqual, and OpPtrDiff.Bill Hollings
2022-09-13MSL: only fix up gl_FragCoord if really necessary.Yuwen Wu
2022-09-12Update mesh/task test references.Hans-Kristian Arntzen
2022-09-05GLSL: Implement task shaders.Hans-Kristian Arntzen
2022-09-05GLSL: Implement GL_EXT_mesh_shader.Hans-Kristian Arntzen
2022-09-05Update glslang reference.Hans-Kristian Arntzen
2022-09-02Update dependencies.Hans-Kristian Arntzen
2022-08-09MSL: Fix various bugs with Ptr/U bitcasts.Hans-Kristian Arntzen
2022-08-09Do not optimize OpCompositeInsert for hoisted temporaries.Hans-Kristian Arntzen
2022-08-08MSL: Use a wrapper type for matrices in workgroup storage.Chip Davis
2022-08-05MSL: Also replace `bool` with `short` in structures.Chip Davis
2022-07-22Handle multiple breaks out of switches.Hans-Kristian Arntzen
2022-07-22Merge pull request #1985 from KhronosGroup/fix-1973Hans-Kristian Arntzen
2022-07-22Merge pull request #1984 from KhronosGroup/fix-1972Hans-Kristian Arntzen
2022-07-22Handle collapsed loops similar to collapsed selections.Hans-Kristian Arntzen
2022-07-22Avoid detection of false loop variables.Hans-Kristian Arntzen
2022-07-22HLSL: Implement GroupOperation(Inclusive/Exclusive)Scan.Pedro J. Estébanez
2022-07-04Handle PHI in collapsed switch constructs.Hans-Kristian Arntzen
2022-07-01MSL: Fixes from review for SPV_KHR_physical_storage_buffer extension.Bill Hollings
2022-06-25MSL: Fixes from review for SPV_KHR_physical_storage_buffer extension.Bill Hollings
2022-06-21MSL: Add support for SPV_KHR_physical_storage_buffer extension.Bill Hollings
2022-06-17GLSL: Handle forced temporary OpConvertUToAccelerationStructureKHR.Hans-Kristian Arntzen
2022-06-10Merge pull request #1959 from KhronosGroup/fix-1955-1956Hans-Kristian Arntzen
2022-06-07GLSL: Add more extension ladder fallbacks for unusual integer sizes.fix-1955-1956Hans-Kristian Arntzen
2022-06-07Merge pull request #1958 from KhronosGroup/fix-1957Hans-Kristian Arntzen
2022-06-07GLSL: Add missing KHR barycentric references.Hans-Kristian Arntzen
2022-06-07Fix control flow bug where we missed continue;Hans-Kristian Arntzen
2022-05-27Emit KHR barycentrics if source enables the KHR extension.Hans-Kristian Arntzen
2022-05-27Roll dependencies.Hans-Kristian Arntzen