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