aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs
AgeCommit message (Expand)Author
2023-02-08Limit texture cache based on total texture size (#4350)gdkchan
2023-01-17Add short duration texture cache (#3754)riperiperi
2023-01-11Remove textures from cache on unmap if not mapped and modified (#4211)gdkchan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-01-09Texture Sync, incompatible overlap handling, data flush improvements. (#2971)riperiperi
2021-09-29Force copy when auto-deleting a texture with dependencies (#2687)riperiperi
2021-08-20Remove pool cache entries for incompatible overlapping textures (#2568)riperiperi
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi
2020-09-10Texture/Buffer Memory Management Improvements (#1408)riperiperi
2020-01-09Address PR feedbackgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Imagegdkchan
2020-01-09Initial workgdk