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-07GLSL: Force block declaration if clip/cull is used in tesc.Hans-Kristian Arntzen
2021-01-07Merge pull request #1585 from KhronosGroup/fix-1569Hans-Kristian Arntzen
2021-01-06GLSL: Fix -Wshadow error.Hans-Kristian Arntzen
2021-01-06GLSL: Update SPIR-V headers for modified ray tracing opcodes.Hans-Kristian Arntzen
2021-01-05GLSL: Refactor out Output variable initialization.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-12-01Add MIT dual license for the SPIRV-Cross API.Hans-Kristian Arntzen
2020-11-23GLSL: Fix buffer_reference with aliased names.Hans-Kristian Arntzen
2020-11-23GLSL: Emit storage qualifiers for buffer_reference.Hans-Kristian Arntzen
2020-11-23Normalize all internal workaround methods to use spv prefix.Hans-Kristian Arntzen
2020-11-17GLSL: Require GL_ARB_vertex_attrib_64bit for double input in pre-4.10rdb
2020-11-09GLSL: Legacy / extension fallbacks for textureSize and texelFetchrdb
2020-11-08Run format_all.sh.Hans-Kristian Arntzen
2020-11-07GLSL: Add error checking and extension fallback for textureGatherrdb
2020-11-07Merge pull request #1530 from rdb/legacy-glsl-roundHans-Kristian Arntzen
2020-11-07Merge pull request #1527 from rdb/legacy-transposeHans-Kristian Arntzen
2020-11-07GLSL: Remove unused `lod` argument from legacy_tex_op()rdb
2020-11-07GLSL: implement transpose() in GLSL 1.10 / ES 1.00rdb
2020-11-06GLSL: Fix round/roundEven for legacy GLSL.rdb
2020-11-06GLSL: Fix support for textureLod in legacy vertex shadersrdb
2020-11-03Merge pull request #1516 from billhollings/VK_EXT_descriptor_indexingHans-Kristian Arntzen
2020-10-31Merge pull request #2 from KhronosGroup/masterMateusz Kielan
2020-10-31Fix some bad assumptions about emulating `subgroupBarrier`devsh
2020-10-30Minor format and typo updates from code review.Bill Hollings
2020-10-30GLSL: Fix nonuniformEXT injection.Hans-Kristian Arntzen
2020-10-30MSL: Support run-time sized image and sampler arraysBill Hollings
2020-10-28Merge pull request #1508 from KhronosGroup/fix-1507Hans-Kristian Arntzen
2020-10-27Handle case where block is loop header, continue AND break block.Hans-Kristian Arntzen
2020-10-27GLSL: Support a workaround for loading row-major matrices.Hans-Kristian Arntzen
2020-10-15Merge pull request #1492 from KhronosGroup/non-native-matrix-fixHans-Kristian Arntzen
2020-10-15MSL: Don't use a bitcast for tessellation levels in tesc shaders.Chip Davis
2020-10-14GLSL: Use need_transpose when checking for non-native matrix.Hans-Kristian Arntzen
2020-10-08Style nits for GL subgroup implementation.Hans-Kristian Arntzen
2020-10-08Merge branch 'issues1350-2' of git://github.com/devshgraphicsprogramming/SPIR...Hans-Kristian Arntzen
2020-10-08Resolved issues 1350, 1351, 1352criss
2020-09-30GLSL: Add support for transform_feedback3 geometry streams.Hans-Kristian Arntzen
2020-09-30GLSL: Use literal array size for cull/clip array sizes.Hans-Kristian Arntzen
2020-09-28Allow flip_vert_y in all relevant stages.Hans-Kristian Arntzen
2020-09-17Clean up conditional branch codegen.Hans-Kristian Arntzen
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-09-04Handle OpUndef %void.Hans-Kristian Arntzen
2020-09-02MSL: Fix OpCompositeInsert and OpVectorInsertDynamic.Hans-Kristian Arntzen