aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmitSurface.cs
AgeCommit message (Expand)Author
2022-12-29Use vector outputs for texture operations (#3939)1.1.499gdkchan
2022-10-03Fix shader SULD (bindless) instruction using wrong register as handle (#3732)1.1.293gdkchan
2021-12-08Fix SUATOM and other texture shader instructions with RZ dest (#2885)gdkchan
2021-10-28Add support for fragment shader interlock (#2768)gdkchan
2021-10-24Preserve image types for shader bindless surface instructions (.D variants) (...gdkchan
2021-10-12Rewrite shader decoding stage (#2698)gdkchan