aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Decoders/InstDecoders.cs
AgeCommit message (Expand)Author
2023-01-21Implement CSET and CSETP shader instructions (#4318)1.1.583gdkchan
2022-04-08Implement VMAD shader instruction and improve InvocationInfo and ISBERD handl...1.1.99gdkchan
2022-01-10Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#...gdkchan
2021-10-28Add support for fragment shader interlock (#2768)gdkchan
2021-10-18Initial tessellation shader support (#2534)gdkchan
2021-10-17Add missing U8/S8 types from shader I2I instruction (#2740)gdkchan
2021-10-12Rewrite shader decoding stage (#2698)gdkchan