aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/CodeGen/Glsl/NumberFormatter.cs
AgeCommit message (Collapse)Author
2021-12-08Implement remaining shader double-precision instructions (#2845)gdkchan
* Implement remaining shader double-precision instructions * Shader cache version bump
2020-11-06Support single precision contants for double precision operations (#1673)gdkchan
2020-01-09Initial workgdk