aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Image/TextureCompatibility.cs
AgeCommit message (Expand)Author
2024-09-17Change image format view handling to allow view incompatible formats (#7311)gdkchan
2024-04-09Fast D32S8 2D depth texture copy (#6636)gdkchan
2024-02-15Implement X8Z24 texture format (#6315)gdkchan
2023-11-19Enable copy dependency between RGBA8 and RGBA32 formats (#5943)gdkchan
2023-10-31Implement copy dependency for depth and color textures (#4365)gdkchan
2023-10-18Enable copy between MS and non-MS textures with different height (#5801)gdkchan
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)TSRBerry
2023-06-04Texture: Fix layout conversion when gobs in z is used with depth = 1 (#5220)riperiperi
2023-05-11GPU: Remove swizzle undefined matching and rework depth aliasing (#4896)riperiperi
2023-05-03Fix some invalid blits involving depth textures (#4723)gdkchan
2023-04-27Move solution and projects to srcTSR Berry