aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation/Lowering.cs
AgeCommit message (Expand)Author
2020-01-09Support texture rectangle targets (non-normalized coords)gdkchan
2020-01-09Correct non-constant offset rewrite for texelFetchgdkchan
2020-01-09Support non-constant texture offsets on non-NVIDIA gpusgdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk