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