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-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
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-23HLSL: Fix validation with FXC for test.Hans-Kristian Arntzen
2020-11-23Normalize all internal workaround methods to use spv prefix.Hans-Kristian Arntzen
2020-11-23Merge branch 'msl-subgroup-ops-2' of git://github.com/cdavis5e/SPIRV-CrossHans-Kristian Arntzen
2020-11-23Merge pull request #1547 from scribam/cmake-minimum-requiredHans-Kristian Arntzen
2020-11-21CMake: Set minimum required version to 3.0scribam
2020-11-21MSL: Expand subgroup support.Chip Davis
2020-11-17Merge branch 'glsl-vertex-attrib-64bit' of git://github.com/rdb/SPIRV-CrossHans-Kristian Arntzen
2020-11-17GLSL: Require GL_ARB_vertex_attrib_64bit for double input in pre-4.10rdb
2020-11-16Merge pull request #1541 from cdavis5e/msl-ios-featuresHans-Kristian Arntzen
2020-11-14MSL: Expose some more features on iOS.Chip Davis
2020-11-11MSL: Add missing reference file.Hans-Kristian Arntzen
2020-11-11Fix switch fallthroughHans-Kristian Arntzen
2020-11-11Merge branch 'extract_subgroup_ops' of git://github.com/js6i/SPIRV-CrossHans-Kristian Arntzen
2020-11-11Merge pull request #1533 from rdb/texture-fetch-size-fallbacksHans-Kristian Arntzen
2020-11-09GLSL: Legacy / extension fallbacks for textureSize and texelFetchrdb
2020-11-09MSL: extract global variables from subgroup ballot operationsJan Sikorski
2020-11-08Run format_all.sh.Hans-Kristian Arntzen
2020-11-08Update texture gather test result.Hans-Kristian Arntzen
2020-11-08Merge branch 'arb-texture-gather' of git://github.com/rdb/SPIRV-CrossHans-Kristian Arntzen
2020-11-07Merge pull request #1525 from cdavis5e/msl-interpolation-functionsHans-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-07Merge pull request #1528 from rdb/fix-legacy-vertex-shader-lodHans-Kristian Arntzen
2020-11-07Merge pull request #1529 from KhronosGroup/fix-msl-gather-regressionHans-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-06MSL: Fix regression in image gather handling.Hans-Kristian Arntzen
2020-11-05MSL: Support pull-model interpolation on MSL 2.3+.Chip Davis
2020-11-05Merge pull request #1524 from rdb/hlsl-round-evenHans-Kristian Arntzen
2020-11-03HLSL: Support roundEven() in HLSL SM 4.0 and aboverdb
2020-11-03Merge pull request #1520 from rdb/dx9-dref-samplersHans-Kristian Arntzen