aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/Sampler.cs
AgeCommit message (Expand)Author
2022-06-17Optimize Texture Binding and Shader Specialization Checks (#3399)riperiperi
2021-12-08Move texture anisotropy check to SetInfo (#2843)riperiperi
2021-11-13Limit Custom Anisotropic Filtering to mipmapped textures with many levels (#2...riperiperi
2020-11-02Add seamless cubemap flag in sampler parameters. (#1658)riperiperi
2020-05-28Fix wrong face culling once and for all (#1277)gdkchan
2020-03-31Make max anisotropy configurable (#1043)Xpl0itR
2020-01-17Add sampler border color support on the GPU (#893)gdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Imagegdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Initial workgdk