aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Decoders/InstTable.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-01-18Optimize string memory usage. Use Spans and StringBuilders where possible (#3...Andrey Sukharev
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2022-10-03Fix shader SULD (bindless) instruction using wrong register as handle (#3732)gdkchan
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-12Rewrite shader decoding stage (#2698)gdkchan