aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/SamplerDescriptor.cs
AgeCommit message (Expand)Author
2021-01-29Use a descriptor cache for faster pool invalidation. (#1977)riperiperi
2020-11-02Add seamless cubemap flag in sampler parameters. (#1658)riperiperi
2020-04-21Suppress warnings from fields never used or never assigned (CS0169 and CS0649...Cristallix
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-09Improved Min/Mip -> MinFilter enum conversiongdk
2020-01-09Initial workgdk