aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Memory/PhysicalMemory.cs
AgeCommit message (Expand)Author
2024-08-03replace ByteMemoryPool usage in Ryujinx.Graphics (#7129)1.1.1366jhorv
2024-04-14Texture loading: reduce memory allocations (#6623)1.1.1280jhorv
2024-03-26Implement host tracked memory manager mode (#6356)1.1.1247gdkchan
2024-03-14Separate guest/host tracking + unaligned protection (#6486)1.1.1229riperiperi
2024-01-22Add a separate device memory manager (#6153)1.1.1120gdkchan
2023-08-14GPU: Track basic buffer copies that modify texture memory (#5554)1.1.986riperiperi
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)1.1.951TSRBerry
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)1.1.927TSRBerry
2023-05-05GPU: Remove CPU region handle containers (#4817)1.1.760riperiperi
2023-05-01GPU: Pre-emptively flush textures that are flushed often (to imported memory ...1.1.741riperiperi
2023-04-27Move solution and projects to srcTSR Berry