aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/MethodCopyBuffer.cs
AgeCommit message (Expand)Author
2021-07-07Separate GPU engines and make state follow official docs (part 1/2) (#2422)gdkchan
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-06-24Initial support for GPU channels (#2372)gdkchan
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-03-19Improve linear texture compatibility rules (#2099)riperiperi
2021-01-13Implement clear buffer (fast path) (#1902)gdkchan
2020-11-17Fix buffer to texture copy with remap enabled (#1721)gdkchan
2020-11-06Correct BPP of buffer to texture copies (#1670)gdkchan
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi
2020-07-04Fix buffer to 3D texture copy (#1354)gdkchan
2020-06-13Optimize texture format conversion, and MethodCopyBuffer (#1274)riperiperi
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Enginegdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Separate sub-channel stategdk
2020-01-09Flush buffers on copiesgdk
2020-01-09Initial workgdk