aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmit.cs
AgeCommit message (Expand)Author
2023-01-21Implement CSET and CSETP shader instructions (#4318)1.1.583gdkchan
2022-01-10Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#...gdkchan
2021-12-08Implement remaining shader double-precision instructions (#2845)gdkchan
2021-10-28Add support for fragment shader interlock (#2768)gdkchan
2021-10-18Initial tessellation shader support (#2534)gdkchan
2021-10-17Implement SHF (funnel shift) shader instruction (#2702)gdkchan
2021-10-12Rewrite shader decoding stage (#2698)gdkchan