aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Image/TexturePool.cs
AgeCommit message (Expand)Author
2024-09-19Add support for sampler sRGB disable (#7312)1.1.1396gdkchan
2024-09-17Change image format view handling to allow view incompatible formats (#7311)1.1.1392gdkchan
2024-08-12Clamp amount of mipmap levels to max allowed for all backends (#7197)1.1.1374gdkchan
2023-11-19Enable copy dependency between RGBA8 and RGBA32 formats (#5943)1.1.1092gdkchan
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)1.1.951TSRBerry
2023-06-04Texture: Fix layout conversion when gobs in z is used with depth = 1 (#5220)1.1.863riperiperi
2023-05-01GPU: Fix errors handling texture remapping (#4745)1.1.740riperiperi
2023-04-27Move solution and projects to srcTSR Berry