aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/Pool.cs
AgeCommit message (Expand)Author
2023-02-16Clear CPU side data on GPU buffer clears (#4125)gdkchan
2023-01-17Add short duration texture cache (#3754)riperiperi
2022-06-24Ensure texture ID is valid before getting texture descriptor (#3406)gdkchan
2022-06-17Optimize Texture Binding and Shader Specialization Checks (#3399)riperiperi
2021-09-29Replace CacheResourceWrite with more general "precise" write (#2684)riperiperi
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-03-06Improve handling for unmapped GPU resources (#2083)riperiperi
2021-01-29Use a descriptor cache for faster pool invalidation. (#1977)riperiperi
2020-12-03Cache delegate for QueryModified, use regular multi handle. (#1771)riperiperi
2020-11-01Remove unused texture and sampler pool invalidation code (#1648)gdkchan
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi
2020-08-29Fix off by one error in pages count calculation on GPU pool (#1511)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-01-09Fix some spelling mistakesgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Imagegdkchan
2020-01-09Fix wrong maximum id on sampler pool in some casesgdkchan
2020-01-09Add per-source type memory change tracking, simplified state change tracking,...gdk
2020-01-09Initial workgdk