aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation/EmitterContext.cs
AgeCommit message (Expand)Author
2020-05-28Fix wrong face culling once and for all (#1277)gdkchan
2020-04-03Better IPA shader instruction implementation (#1082)gdkchan
2020-01-19Fix shader output color buffer index when non-sequential render targets are u...gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Remove more unused codegdkchan
2020-01-09Support texture rectangle targets (non-normalized coords)gdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Initial workgdk