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-05-09GLSL: Support OpBitcast for buffer references.Hans-Kristian Arntzen
2019-05-07HLSL: Support OpArrayLength.Hans-Kristian Arntzen
2019-05-02GLSL: Support GL_EXT_nonuniform_qualifier.Hans-Kristian Arntzen
2019-04-26GLSL: Support GL_EXT_scalar_block_layout.2019-04-26Hans-Kristian Arntzen
2019-04-26GLSL: Implement GL_EXT_buffer_reference.Hans-Kristian Arntzen
2019-04-08Support fma() in older GLSL targets.Hans-Kristian Arntzen
2019-04-05Detect invalid DoWhileLoop early.Hans-Kristian Arntzen
2019-03-27Make ray-tracing files .nocompat.Hans-Kristian Arntzen
2019-03-26Add generated reference shaders againPatrick Mours
2019-03-26Remove reference shaders againPatrick Mours
2019-03-26Fix missing check for purity on ray tracing builtinsPatrick Mours
2019-03-25Add generated reference shadersPatrick Mours
2019-03-25Add ray tracing test shadersPatrick Mours
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-03-19GLSL: Support emitting push constant block as a plain UBO.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-30GLSL/MSL: Implement 8-bit part of VK_KHR_shader_float16_int8.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-09Fix input array size in tessellation evaluation shaders.Hans-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-04Merge pull request #799 from KhronosGroup/fix-780Hans-Kristian Arntzen
2019-01-04Use correct block-name / other-name aliasing rules.Hans-Kristian Arntzen
2019-01-04Register implied expression reads in OpLoad/OpAccessChain.Hans-Kristian Arntzen
2018-11-28Support gl_HelperInvocation on GLSL and MSL.Hans-Kristian Arntzen
2018-11-26Fix unsigned switch case selectors.Hans-Kristian Arntzen
2018-11-22Handle invariant decoration more robustly.Hans-Kristian Arntzen
2018-11-15Parser: Handle group decorations.Hans-Kristian Arntzen
2018-11-13GLSL: Support extended arithmetic opcodes.Hans-Kristian Arntzen
2018-11-12Deal with depth_greater/depth_less qualifiers.Hans-Kristian Arntzen
2018-11-05Support bitcasts of 16-bit types.Chip Davis
2018-11-02Support constants of 16-bit integral type in GLSL and MSL.Chip Davis
2018-11-01Add support for 8- and 16-bit types to GLSL and MSL.Chip Davis
2018-11-01Deal with OpSpecConstantOp used as array size.Hans-Kristian Arntzen
2018-11-01Add test case for local_size_x_id and some complex cases.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-18Add test case for continue out of switch default block.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-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