aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation/TranslationFlags.cs
AgeCommit message (Expand)Author
2022-01-21Stop using glTransformFeedbackVaryings and use explicit layout on the shader ...gdkchan
2020-07-29Fix shader regression on Intel iGPUs by reverting layout changes (#1425)gdkchan
2020-05-28Fix wrong face culling once and for all (#1277)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Support texture rectangle targets (non-normalized coords)gdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Initial workgdk