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
2018-09-11Bitcast loads from builtin compute variables.bitcast-builtin-computeHans-Kristian Arntzen
2018-09-10Support Component decoration in GLSL.Hans-Kristian Arntzen
2018-09-10Add composite array test shaders for GLSL and HLSL as well.Hans-Kristian Arntzen
2018-08-29Add new tests for GLSL 4.50 shaders.Chip Davis
2018-08-29Add test cases for SPV_KHR_shader_draw_parameters.Chip Davis
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-07MSL: Fix support for texelFetchOffset.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-06Fix a lot of redundant code when loading flattened composites.Hans-Kristian Arntzen
2018-07-05Add LUT test cases for OpVariable with initializer.Hans-Kristian Arntzen
2018-07-05Add some tests for LUT promotion.Hans-Kristian Arntzen
2018-07-04Support OpTypeImage with depth == 2 (unknown) properly.Hans-Kristian Arntzen
2018-06-25Support ternary expressions in OpSpecConstantOp.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-05-04Do not use RMW rewrite for matrices.Hans-Kristian Arntzen
2018-05-04Force recompile if we add row-major transpose functions in MSL.Hans-Kristian Arntzen
2018-05-02Deal with fake overloads when using combined image samplers.Hans-Kristian Arntzen
2018-04-30Fix GatherDref on GLSL.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
2018-04-10Implement all of subgroup.Hans-Kristian Arntzen
2018-04-10Start adding Vulkan 1.1 subgroup support to GLSL.Hans-Kristian Arntzen
2018-04-05Support empty structs.Hans-Kristian Arntzen
2018-04-04Add test shader which uses counter buffer extension.Hans-Kristian Arntzen
2018-04-03Support dual-source blending on GLSL and MSL.Hans-Kristian Arntzen
2018-03-24Fix name aliasing for temporary variables.Hans-Kristian Arntzen
2018-03-13Refactor out noopt shaders to their own folders.Hans-Kristian Arntzen
2018-03-12Handle control-dependent temporaries.Hans-Kristian Arntzen
2018-03-12Update tests for latest SPIRV-Tools and glslang.Hans-Kristian Arntzen
2018-03-12Rewrite everything to use Bitset rather than uint64_t.Hans-Kristian Arntzen
2018-03-09Add test shader where a phi variable invalidates a temporary.Hans-Kristian Arntzen
2018-03-08Add some test shaders for special merge methods.Hans-Kristian Arntzen
2018-03-07Disallow arrays and structs from becoming loop variables.Hans-Kristian Arntzen
2018-03-07Skip interpolateAt tests with FP16.Hans-Kristian Arntzen
2018-03-06Test denormal fp16 constants.Hans-Kristian Arntzen
2018-03-06Add test shader for FP16 support.Hans-Kristian Arntzen
2018-03-05Update tests.Hans-Kristian Arntzen