aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Buffer.cs
AgeCommit message (Expand)Author
2022-07-31Vulkan backend (#2518)1.1.200gdkchan
2021-07-19Return mapped buffer pointer directly for flush, WriteableRegion for textures...riperiperi
2021-01-13Implement clear buffer (fast path) (#1902)gdkchan
2020-10-25Fix transform feedback errors caused by host pause/resume and multiple uses (...gdkchan
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Initial workgdk