aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/Translation/Optimizations/Utils.cs
AgeCommit message (Collapse)Author
2023-05-19Eliminate redundant multiplications by gl_FragCoord.w on the shader (#4578)gdkchan
* Eliminate redundant multiplications by gl_FragCoord.w on the shader * Shader cache version bump
2023-04-27Move solution and projects to srcTSR Berry