aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory/Buffer.cs
AgeCommit message (Expand)Author
2021-01-25Allow out of bounds storage buffer access by aligning their sizes (#1870)gdkchan
2021-01-17Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790)riperiperi
2020-12-03Cache delegate for QueryModified, use regular multi handle. (#1771)riperiperi
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi
2020-09-10Texture/Buffer Memory Management Improvements (#1408)riperiperi
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-05-03Remove buffer invalidation (#1194)gdkchan
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09More code cleanupgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Memorygdkchan
2020-01-09Flush buffers on copiesgdk
2020-01-09Add per-source type memory change tracking, simplified state change tracking,...gdk
2020-01-09Initial workgdk