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-08MSL: Fix various bugs with framebuffer fetch on macOS and argument buffers.fix-1582Hans-Kristian Arntzen
2021-01-08MSL: Always use input_attachment_index for framebuffer fetch binding.Hans-Kristian Arntzen
2021-01-08Merge pull request #1587 from KhronosGroup/refactor-active-variable-considera...Hans-Kristian Arntzen
2021-01-07Add test for pure initializer gl_FragDepth.Hans-Kristian Arntzen
2021-01-07GLSL: Force block declaration if clip/cull is used in tesc.Hans-Kristian Arntzen
2021-01-07MSL: Make sure initialized output builtins are considered active.Hans-Kristian Arntzen
2021-01-07MSL: Always enable Outputs in vertex stages.Hans-Kristian Arntzen
2021-01-07MSL: Only consider builtin variables if they are part of IO interface.Hans-Kristian Arntzen
2021-01-07MSL: Very slight refactor.Hans-Kristian Arntzen
2021-01-07Merge pull request #1585 from KhronosGroup/fix-1569Hans-Kristian Arntzen
2021-01-07Merge pull request #1583 from KhronosGroup/fix-1567Hans-Kristian Arntzen
2021-01-07Merge pull request #1581 from KhronosGroup/fix-1554Hans-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-06CLI: Add stdin support.Hans-Kristian Arntzen
2021-01-06MSL: Fix initializer for tess level outputs.Hans-Kristian Arntzen
2021-01-06MSL: Don't flatten builtin arrays unless they're part of IO interface.Hans-Kristian Arntzen
2021-01-05MSL: Emit correct initializer for tessellation control points.Hans-Kristian Arntzen
2021-01-05MSL: Handle initializers for tess levels.Hans-Kristian Arntzen
2021-01-05GLSL: Refactor out Output variable initialization.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-05Merge pull request #1578 from KhronosGroup/fix-1568Hans-Kristian Arntzen
2021-01-04Minor redundant nit.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-04Merge pull request #1577 from KhronosGroup/fix-1574Hans-Kristian Arntzen
2021-01-04Merge pull request #1576 from KhronosGroup/fix-1571Hans-Kristian Arntzen
2021-01-04CMake: Disable compiler extensions explicitly.Hans-Kristian Arntzen
2021-01-04Handle reserved identifiers for functions.Hans-Kristian Arntzen
2021-01-04MSL: Handle reserved identifiers for entry point.Hans-Kristian Arntzen
2020-12-11Merge pull request #1566 from KhronosGroup/subgroup-table-fixHans-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-07Merge pull request #1563 from KhronosGroup/fix-1559Hans-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-02Merge pull request #1553 from comex/no-subgroups-in-vertex-shadersHans-Kristian Arntzen
2020-12-01Merge pull request #1557 from KhronosGroup/mit-dual-license-apiHans-Kristian Arntzen
2020-12-01Add MIT dual license for the SPIRV-Cross API.Hans-Kristian Arntzen
2020-12-01Merge branch 'master' of git://github.com/js6i/SPIRV-CrossHans-Kristian Arntzen
2020-11-27MSL: Added fmin3 and fmax3 library functions to the illegal name list.Jan Sikorski
2020-11-27msl: Don't try to use [[thread_index_in_simdgroup]] in vertex shaders.comex
2020-11-26Merge branch 'unused' of git://github.com/comex/SPIRV-CrossHans-Kristian Arntzen
2020-11-25spirv_msl: Don't add fixup hooks for builtin variables if they're unused.comex
2020-11-25Merge pull request #1551 from cdavis5e/msl-subgroup-inactive-ballot-maskHans-Kristian Arntzen
2020-11-25MSL: Don't mask off inactive bits in ballot masks.Chip Davis
2020-11-25Merge branch 'msl-sample-rate-position' of git://github.com/cdavis5e/SPIRV-CrossHans-Kristian Arntzen
2020-11-23MSL: Adjust FragCoord for sample-rate shading.Chip Davis
2020-11-23Merge pull request #1549 from KhronosGroup/various-fixesHans-Kristian Arntzen