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)1.1.1392gdkchan
2024-04-09Fast D32S8 2D depth texture copy (#6636)1.1.1270gdkchan
2024-02-15Implement X8Z24 texture format (#6315)1.1.1197gdkchan
2023-11-19Enable copy dependency between RGBA8 and RGBA32 formats (#5943)1.1.1092gdkchan
2023-10-31Implement copy dependency for depth and color textures (#4365)1.1.1068gdkchan
2023-10-18Enable copy between MS and non-MS textures with different height (#5801)1.1.1053gdkchan
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-11GPU: Remove swizzle undefined matching and rework depth aliasing (#4896)1.1.791riperiperi
2023-05-03Fix some invalid blits involving depth textures (#4723)1.1.748gdkchan
2023-04-27Move solution and projects to srcTSR Berry