aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Image/TextureCache.cs
AgeCommit message (Expand)Author
2024-05-14Add missing lock on texture cache UpdateMapping method (#6657)gdkchan
2024-01-22Fix missing data for new copy dependency textures with mismatching size (#6161)gdkchan
2023-10-31Implement copy dependency for depth and color textures (#4365)gdkchan
2023-10-30Skip some invalid texture flushes (#5755)gdkchan
2023-09-26GPU: Don't create tracking handles for buffer textures (#5727)riperiperi
2023-09-25GPU: Discard data when getting texture before full clear (#5719)riperiperi
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)TSRBerry
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-05-01GPU: Keep rendered textures without any pool references alive (#4662)riperiperi
2023-05-01GPU: Fix errors handling texture remapping (#4745)riperiperi
2023-04-27Move solution and projects to srcTSR Berry