aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Buffer.cs
AgeCommit message (Collapse)Author
2021-01-13Implement clear buffer (fast path) (#1902)gdkchan
* Implement clear buffer (fast path) * Remove blank line
2020-10-25Fix transform feedback errors caused by host pause/resume and multiple uses ↵gdkchan
(#1634) * Fix transform feedback errors caused by host pause/resume * Fix TFB being used as something else issue with copies * This is supposed to be StreamCopy
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan
* Spanify Graphics Abstraction Layer * Be explicit about BufferHandle size
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Initial workgdk