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: Handle case where PerVertex block is not used.Hans-Kristian Arntzen
2022-10-03HLSL: Improve support for VertexInfo aux struct.Hans-Kristian Arntzen
2022-07-22HLSL: Implement GroupOperation(Inclusive/Exclusive)Scan.Pedro J. Estébanez
2022-05-18Add tests for OpCompositeInsert edge cases.Hans-Kristian Arntzen
2022-03-10Fixup names of anonymous inner structs.Hans-Kristian Arntzen
2022-03-04Add test for SPIR-V 1.6 Volatile HelperInvocation.Hans-Kristian Arntzen
2022-03-04HLSL: Add test for HelperInvocation.Hans-Kristian Arntzen
2022-03-03Add relax_nan_checks options.Hans-Kristian Arntzen
2022-02-28HLSL: Do not emit VPOS fixup unless position is active.Hans-Kristian Arntzen
2022-01-18Test aliased names in declared LUTs.Hans-Kristian Arntzen
2022-01-18Handle aliased names in spec constants.Hans-Kristian Arntzen
2022-01-06Add support for LocalSizeId.Hans-Kristian Arntzen
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-06-28Handle SPIR-V 1.4 selection constructs.Hans-Kristian Arntzen
2021-06-03Handle odd type for textureGather component.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-20HLSL: Fix automatic location assignment in block IO.Hans-Kristian Arntzen
2021-03-08HLSL: Support logical subgroup ops.Hans-Kristian Arntzen
2021-01-22Check entry point variables in is_hidden_variables.Hans-Kristian Arntzen
2021-01-07Add test for pure initializer gl_FragDepth.Hans-Kristian Arntzen
2021-01-04More robust handling of initialized output builtin variables.Hans-Kristian Arntzen
2021-01-04Handle output IO block initializers more robustly.Hans-Kristian Arntzen
2021-01-04Handle reserved identifiers for functions.Hans-Kristian Arntzen
2020-12-11GLSL: Fix KHR subgroup extension table for subgroups.Hans-Kristian Arntzen
2020-12-07Merge pull request #1564 from KhronosGroup/fix-1558Hans-Kristian Arntzen
2020-12-07GLSL: Emit nonuniformEXT in correct place for late-combined samplers.Hans-Kristian Arntzen
2020-12-07GLSL/HLSL: Disallow VariablePointers capability outright.fix-1559Hans-Kristian Arntzen
2020-11-23HLSL: Fix validation with FXC for test.Hans-Kristian Arntzen
2020-11-03HLSL: Add option to flatten matrix vertex input semantics.Hans-Kristian Arntzen
2020-10-30GLSL: Fix nonuniformEXT injection.Hans-Kristian Arntzen
2020-08-20Merge pull request #1448 from KhronosGroup/fix-1437Hans-Kristian Arntzen
2020-08-20HLSL: Fix FragCoord.w.Hans-Kristian Arntzen
2020-08-20HLSL: Deal with partially filled 16-byte word in cbuffers.Hans-Kristian Arntzen
2020-08-20HLSL: Fix bug in is_packing_standard for cbuffer.Hans-Kristian Arntzen
2020-07-29Add some test cases for complex type aliasing scenario.Hans-Kristian Arntzen
2020-06-04HLSL: Add native support for 16-bit types.Hans-Kristian Arntzen
2020-04-30MSL: Redirect member indices when buffer has been sorted by Offset.Hans-Kristian Arntzen
2020-04-27Implement OpAtomicLoad/OpAtomicStore.Hans-Kristian Arntzen
2020-03-26Add support for forcefully zero-initialized variables.Hans-Kristian Arntzen
2020-03-19GLSL/HLSL: Fix nonuniform qualifier for SSBO atomics.Hans-Kristian Arntzen
2020-03-19GLSL/HLSL: Implement nonuniform qualifier for image atomics.Hans-Kristian Arntzen
2020-01-16Deal with illegal names in types as well.Hans-Kristian Arntzen
2020-01-09HLSL: Deal with casting for WaveActiveMin/Max.Hans-Kristian Arntzen
2020-01-08HLSL: Implement stores for complex composites in ByteAddressBuffers.Hans-Kristian Arntzen
2019-11-06Move .invalid. test shaders to the more appropriate subfolders.Hans-Kristian Arntzen