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-04-21Ensure unpack/pack2x32 tests are compatible with test suite.Hans-Kristian Arntzen
2019-12-03Roll SPIRV-Tools, SPIRV-Headers and GLSLangDan Sinclair
2019-11-05Move all .invalid shaders into no-opt folders.Dan Sinclair
2019-10-14HLSL: Fix unrolled S/G LE/LT/GE/GT opcodes.Hans-Kristian Arntzen
2019-07-25Vulkan GLSL: Support disabling samplerless texture function EXT.Hans-Kristian Arntzen
2019-07-14Update external repos.Chip Davis
2019-07-05Add simple test for extended debug operations.Hans-Kristian Arntzen
2019-06-27Handle more cases with FP16 and texture sampling.Hans-Kristian Arntzen
2019-06-25Fix declaration of loop variables with a Phi helper copy.Hans-Kristian Arntzen
2019-05-28Support emitting OpLine directive.Hans-Kristian Arntzen
2019-04-05Detect invalid DoWhileLoop early.Hans-Kristian Arntzen
2019-03-21GLSL/HLSL: Implement NMin/NMax/NClamp.Hans-Kristian Arntzen
2019-03-21GLSL: Deal with array loads from input in tessellation.Hans-Kristian Arntzen
2019-03-21GLSL: Unroll loads from builtin pos/point arrays.Hans-Kristian Arntzen
2019-02-22MSL: Fix textures which are sampled and compared against.Hans-Kristian Arntzen
2019-02-20Fix case where a struct is loaded which contains a row-major matrix.Hans-Kristian Arntzen
2019-02-13GLSL: Fix block name shenanigans in edge cases.Hans-Kristian Arntzen
2019-02-06Support LUTs in single-function CFGs on Private storage class.Hans-Kristian Arntzen
2019-01-30Update to latest glslang/SPIRV-Tools.Hans-Kristian Arntzen
2019-01-30Support initializers on StorageClassOutput.fix-838Hans-Kristian Arntzen
2019-01-07Deal with phi copies which happen inside continue blocks.Hans-Kristian Arntzen
2019-01-07Fix case where OpPhi is used to swap values.Hans-Kristian Arntzen
2019-01-04Use correct block-name / other-name aliasing rules.Hans-Kristian Arntzen
2018-11-15Parser: Handle group decorations.Hans-Kristian Arntzen
2018-10-27Add Windows support in Travis CI.Hans-Kristian Arntzen
2018-09-27Update glslang and SPIRV-Tools.Hans-Kristian Arntzen
2018-09-18Deal with switch cases which break out of a loop.Hans-Kristian Arntzen
2018-09-17Implement atomic increment/decrement in GLSL and HLSL.Hans-Kristian Arntzen
2018-09-11Bitcast loads from builtin compute variables.bitcast-builtin-computeHans-Kristian Arntzen
2018-09-10Support Component decoration in GLSL.Hans-Kristian Arntzen
2018-08-27MSL: Fix naming issue of aliased global variables.Hans-Kristian Arntzen
2018-08-21GLSL: Allow blocks to have their own namespace.Hans-Kristian Arntzen
2018-08-06MSL: Properly support passing parameters by value.Hans-Kristian Arntzen
2018-08-06Add test case for phi-only continue block.Hans-Kristian Arntzen
2018-07-05Add LUT test cases for OpVariable with initializer.Hans-Kristian Arntzen
2018-07-04Support OpTypeImage with depth == 2 (unknown) properly.Hans-Kristian Arntzen
2018-06-22Deal with some builtins being declared with wrong signedness.Hans-Kristian Arntzen
2018-06-20Deal with switch case labels which share a block.Hans-Kristian Arntzen
2018-06-04Sanitize underscores in general, not just for members.Hans-Kristian Arntzen
2018-05-24Add reference files for SREM.Hans-Kristian Arntzen
2018-05-24handle OpSRemJin Zhou
2018-05-15Fix SpecConstantComposite if input is SpecConstantOp.Hans-Kristian Arntzen
2018-05-11Handle inout properly with split access chains.Hans-Kristian Arntzen
2018-05-08Fix split access chains for builtin arrays.Hans-Kristian Arntzen
2018-04-30Build combined dummy samplers for Query functions without sampler as well.Hans-Kristian Arntzen
2018-04-30Deal with OpImageFetch without explicit LOD.Hans-Kristian Arntzen
2018-04-27Fix usage tracking issue for OpImage.Hans-Kristian Arntzen
2018-04-27Fix case where SampledImage would get flushed to temporary.Hans-Kristian Arntzen
2018-04-23Add new tests for combined arrays of sampler + image.Hans-Kristian Arntzen
2018-04-11Add test shader for subgroup.Hans-Kristian Arntzen