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-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
2019-11-05Move all .invalid shaders into no-opt folders.Dan Sinclair
2019-10-26Implement constant empty struct correctly on all backends.Hans-Kristian Arntzen
2019-10-14HLSL: Partially implement Unordered compare.Hans-Kristian Arntzen
2019-10-07Do not consider aliased struct types if the master is not a block.Hans-Kristian Arntzen
2019-09-18Update external/ to SPIR-V 1.5Ryan Harrison
2019-09-04Add test case for interlocks in control flow.Hans-Kristian Arntzen
2019-09-04Add interlock test for split functions doing begin/end.Hans-Kristian Arntzen
2019-09-04Deal with complex interlock cases in GLSL.Hans-Kristian Arntzen
2019-09-04Add test shader for simple case of interlocked callstack.Hans-Kristian Arntzen
2019-08-26Deal correctly with sign on bitfield operations.Hans-Kristian Arntzen
2019-07-17Test glsl.std450 more exhaustively.Hans-Kristian Arntzen
2019-07-12Deal correctly with return sign of bitscan operations.Hans-Kristian Arntzen
2019-07-08Add test shaders for NonUniformEXT propagation.fix-1061Hans-Kristian Arntzen
2019-06-21Deal with OpPhi and case fallthrough.Hans-Kristian Arntzen
2019-04-24Fix infinite loop when OpAtomic* temporaries are used in other blocks.Hans-Kristian Arntzen
2019-04-03GLSL: Fix OpImageFetch with uint coordinates and LOD.Hans-Kristian Arntzen
2019-03-27Properly deal with sign-dependent GLSL opcodes.Hans-Kristian Arntzen
2019-03-27Parser: Fix OpCompositeConstruct with OpUndef.Hans-Kristian Arntzen
2019-03-25Support -1 index in OpVectorShuffle.Hans-Kristian Arntzen
2019-01-30Update to latest glslang/SPIRV-Tools.Hans-Kristian Arntzen
2019-01-14MSL: Fix case where we pass arrays to functions by value.Hans-Kristian Arntzen
2018-03-13Refactor out noopt shaders to their own folders.Hans-Kristian Arntzen