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