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-07Add test for pure initializer gl_FragDepth.Hans-Kristian Arntzen
2021-01-05GLSL: Add test for initializing tess level output.Hans-Kristian Arntzen
2021-01-05GLSL: Handle some extreme edge cases in Output variable initialization.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-23GLSL: Fix buffer_reference with aliased names.Hans-Kristian Arntzen
2020-11-06MSL: Fix regression in image gather handling.Hans-Kristian Arntzen
2020-10-30GLSL: Fix nonuniformEXT injection.Hans-Kristian Arntzen
2020-10-27Handle case where block is loop header, continue AND break block.Hans-Kristian Arntzen
2020-10-08Resolved issues 1350, 1351, 1352criss
2020-09-17Deal with case where a selection construct conditionally merges/breaks.Hans-Kristian Arntzen
2020-09-14Implement a simple evaluator of specialization constants.Hans-Kristian Arntzen
2020-08-21Overhaul how we deal with reserved identifiers.Hans-Kristian Arntzen
2020-07-29Add some test cases for complex type aliasing scenario.Hans-Kristian Arntzen
2020-07-28GLSL: Add option to force flattening IO blocks.Hans-Kristian Arntzen
2020-06-29GLSL: Use for-loop fallback instead of do/while for legacy ESSL.Hans-Kristian Arntzen
2020-06-19Fix duplicated initialization for loop variables with initializers.Hans-Kristian Arntzen
2020-06-08GLSL: Handle the rest of GL_ARB_sparse_texture_clamp.Hans-Kristian Arntzen
2020-06-08GLSL: Support uint code for sparse residency query.Hans-Kristian Arntzen
2020-06-04GLSL: Implement sparse feedback.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-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