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-03HLSL: Add support for treating NonWritable UAV texture as SRV instead.Hans-Kristian Arntzen
2020-03-04HLSL: Add option to always treat SSBO as UAV, even with readonly.Hans-Kristian Arntzen
2020-01-08HLSL: Support loading complex composites from ByteAddressBuffer.Hans-Kristian Arntzen
2019-11-05Move all .invalid shaders into no-opt folders.Dan Sinclair
2019-07-01MSL/HLSL: Support OpOuterProduct.Hans-Kristian Arntzen
2019-06-28Deal with scalar input values for distance/length/normalize.Hans-Kristian Arntzen
2019-05-07HLSL: Support OpArrayLength.Hans-Kristian Arntzen
2018-11-12HLSL: Complete support for combined image samplers in legacy.Hans-Kristian Arntzen
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-09-10Add composite array test shaders for GLSL and HLSL as well.Hans-Kristian Arntzen
2018-06-25Support globallycoherent in HLSL.Hans-Kristian Arntzen
2018-05-04Do not use RMW rewrite for matrices.Hans-Kristian Arntzen
2018-04-11Partially implement subgroup ops for HLSL SM 6.0.Hans-Kristian Arntzen
2018-03-13Refactor out noopt shaders to their own folders.Hans-Kristian Arntzen
2018-02-23Implement MatrixInverse on HLSL.Hans-Kristian Arntzen
2018-02-05Support gl_NumWorkgroups in HLSL.Hans-Kristian Arntzen
2018-01-09Add more exhaustive test for barrier handling.Hans-Kristian Arntzen
2017-12-12Fix compatibility with FXC.Hans-Kristian Arntzen
2017-11-29Support image load-store without format in HLSL.Hans-Kristian Arntzen
2017-11-29Implement bitfield ops in HLSL.Hans-Kristian Arntzen
2017-10-26Add test for row/col-major matrix read/write for HLSL.Hans-Kristian Arntzen
2017-10-24Remap swizzle for HLSL and RWBuffer.Hans-Kristian Arntzen
2017-10-24Add GroupSync() in HLSL.Hans-Kristian Arntzen
2017-10-24Add some HLSL tests for atomics and image load store.Hans-Kristian Arntzen
2017-09-29Add WorkGroupID/NumWorkGroups to MSL. Fix block name alias.Hans-Kristian Arntzen
2017-09-29Add SPVASM testing support for HLSL/MSL.Hans-Kristian Arntzen
2017-09-29Add test for specialization constant workgroup size on HLSL.Hans-Kristian Arntzen
2017-08-15Add some access chain tests.Hans-Kristian Arntzen
2017-08-15Add test for ByteAddressBuffer vs. RWByteAddressBuffer.Hans-Kristian Arntzen
2017-08-15Add test for compute shader builtins.Hans-Kristian Arntzen