aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation/Lowering.cs
AgeCommit message (Expand)Author
2020-11-09Simplify logic for bindless texture handling (#1667)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-03-03Initial support for double precision shader instructions. (#963)gdkchan
2020-02-11Support compute uniform buffers emulated with global memory (#924)gdkchan
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