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
2019-07-08Add test shaders for NonUniformEXT propagation.fix-1061Hans-Kristian Arntzen
2019-07-08Propagate NonUniformEXT to dependent expressions.Hans-Kristian Arntzen
2019-07-05Add simple test for extended debug operations.Hans-Kristian Arntzen
2019-07-05Merge branch 'master' of git://github.com/lifpan/SPIRV-CrossHans-Kristian Arntzen
2019-07-04Parse SPIR-V debug information extended instructions, as well as OpNoLine.Lifeng Pan
2019-07-03Merge pull request #1059 from KhronosGroup/fix-1056Hans-Kristian Arntzen
2019-07-03Don't use scalar dot().Hans-Kristian Arntzen
2019-07-03MSL/HLSL: Support scalar reflect and refract.Hans-Kristian Arntzen
2019-07-03Merge pull request #1058 from KhronosGroup/fix-1054Hans-Kristian Arntzen
2019-07-03Fix variable scope when an if or else block dominates a variable.Hans-Kristian Arntzen
2019-07-03Merge pull request #1055 from cdavis5e/msl21-frag-subgroup-builtinsHans-Kristian Arntzen
2019-07-02MSL: Support SubgroupLocalInvocationId and SubgroupSize in all stages.Chip Davis
2019-07-01Merge pull request #1051 from KhronosGroup/fix-1049Hans-Kristian Arntzen
2019-07-01MSL/HLSL: Support OpOuterProduct.Hans-Kristian Arntzen
2019-07-01Merge pull request #1001 from cdavis5e/msl-multiviewHans-Kristian Arntzen
2019-06-29MSL: Support SPV_KHR_multiview.Chip Davis
2019-06-28Merge pull request #1048 from KhronosGroup/fix-1047Hans-Kristian Arntzen
2019-06-28Deal with scalar input values for distance/length/normalize.Hans-Kristian Arntzen
2019-06-27Merge pull request #1046 from KhronosGroup/texture-fp16-coordHans-Kristian Arntzen
2019-06-27Merge pull request #1045 from KhronosGroup/c-api-get-declared-struct-member-sizeHans-Kristian Arntzen
2019-06-27Run format_all.sh.Hans-Kristian Arntzen
2019-06-27HLSL: Does not support case-fallthrough.Hans-Kristian Arntzen
2019-06-27Handle more cases with FP16 and texture sampling.Hans-Kristian Arntzen
2019-06-26Add C API for get_declared_struct_member_size.Hans-Kristian Arntzen
2019-06-26MSL: De-virtualize get_declared_struct_member_size.Hans-Kristian Arntzen
2019-06-26MSL: Fix minor XCode /analyze warning.Hans-Kristian Arntzen
2019-06-26Merge pull request #1041 from KhronosGroup/fix-1011Hans-Kristian Arntzen
2019-06-25Merge pull request #1043 from KhronosGroup/fix-1042Hans-Kristian Arntzen
2019-06-25Fix declaration of loop variables with a Phi helper copy.Hans-Kristian Arntzen
2019-06-24Merge pull request #1040 from KhronosGroup/fix-1037Hans-Kristian Arntzen
2019-06-24MSL: Add support for SubgroupSize / SubgroupInvocationID in fragment.Hans-Kristian Arntzen
2019-06-24MSL: Support custom bindings for argument buffer itself.Hans-Kristian Arntzen
2019-06-24Merge pull request #1039 from KhronosGroup/fix-1038Hans-Kristian Arntzen
2019-06-24Workaround GCC 9 bug.Hans-Kristian Arntzen
2019-06-21Run format_all.sh.2019-06-21Hans-Kristian Arntzen
2019-06-21Merge pull request #1036 from KhronosGroup/msl-auto-bindingHans-Kristian Arntzen
2019-06-21MSL: Actually return the autobinding value in C API.Hans-Kristian Arntzen
2019-06-21Merge pull request #1034 from KhronosGroup/fix-1033Hans-Kristian Arntzen
2019-06-21Old MSVC does not like +[] constructs.Hans-Kristian Arntzen
2019-06-21Deal with OpPhi and case fallthrough.Hans-Kristian Arntzen
2019-06-21MSL: Add C API for querying automatic resource bindings.Hans-Kristian Arntzen
2019-06-21MSL: Rewrite how resource indices are fallback-assigned.Hans-Kristian Arntzen
2019-06-20Deal with switch block fallthrough more correctly ...Hans-Kristian Arntzen
2019-06-20Rewrite how switch block case labels are emitted.Hans-Kristian Arntzen
2019-06-19Merge pull request #1031 from KhronosGroup/fix-1009Hans-Kristian Arntzen
2019-06-19Merge pull request #1028 from KhronosGroup/fix-1010Hans-Kristian Arntzen
2019-06-19Merge pull request #1025 from KhronosGroup/fix-1013Hans-Kristian Arntzen
2019-06-19Merge pull request #1023 from KhronosGroup/fix-1012Hans-Kristian Arntzen
2019-06-19MSL: Error out on int64_t/uint64_t buffer members.Hans-Kristian Arntzen
2019-06-19MSL: Support 64-bit integers.Hans-Kristian Arntzen