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
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-04-22GLSL: Support f16x2 <-> f32 bitcast.Hans-Kristian Arntzen
2020-03-26Add support for forcefully zero-initialized variables.Hans-Kristian Arntzen
2020-03-19GLSL: Implement GL_EXT_shader_framebuffer_fetch.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-09GLSL: Deal with sign in subgroup Min/Max operations.Hans-Kristian Arntzen
2020-01-06Basic implementation of OpCopyLogical.Hans-Kristian Arntzen
2019-12-03Roll SPIRV-Tools, SPIRV-Headers and GLSLangDan Sinclair
2019-11-28Fix sign handling for S/UToF.Hans-Kristian Arntzen
2019-11-06Merge branch 'deps' of git://github.com/dj2/SPIRV-CrossHans-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-11-05Roll GLSLang and SPIRV-ToolsDan Sinclair
2019-10-29Fix broken access tracking for OpFunctionCall results.Hans-Kristian Arntzen
2019-10-26Implement constant empty struct correctly on all backends.Hans-Kristian Arntzen
2019-10-17Fix OpVectorExtractDynamic with spec constant op index.Hans-Kristian Arntzen
2019-10-14GLSL: Support unordered floating point 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-12Consider discard and demote as impure statements.Hans-Kristian Arntzen
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-27GLSL: Assume image and sampler can be RelaxedPrecision.Hans-Kristian Arntzen
2019-08-27Deal with ldexp taking uint input.Hans-Kristian Arntzen
2019-08-26Merge pull request #1130 from KhronosGroup/fix-1112Hans-Kristian Arntzen
2019-08-26Deal correctly with sign on bitfield operations.Hans-Kristian Arntzen
2019-08-26Fix variable scope when switch block exits multiple times.Hans-Kristian Arntzen
2019-07-25Missed case where DoWhile continue block deals with Phi.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-26GLSL: Implement GL_EXT_buffer_reference.Hans-Kristian Arntzen
2019-04-24Fix infinite loop when OpAtomic* temporaries are used in other blocks.Hans-Kristian Arntzen
2019-04-10Force complex loop in certain rare access chain scenarios.Hans-Kristian Arntzen
2019-04-10Deal with mismatched signs in S/U/F conversion opcodes.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-03-06Support do-while where test is negative.Hans-Kristian Arntzen
2019-02-19Fix edge case where opaque types can be declared on stack.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
2019-01-10Rewrite how IDs are iterated over.Hans-Kristian Arntzen