aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/MethodDraw.cs
AgeCommit message (Expand)Author
2021-07-11Separate GPU engines (part 2/2) (#2440)gdkchan
2021-06-24Initial support for GPU channels (#2372)gdkchan
2020-09-24Implement small indexed draws and other fixes to make guest Vulkan work (#1558)gdkchan
2020-07-04Support inline index buffer data (#1351)gdkchan
2020-05-04Implement Counter Queue and Partial Host Conditional Rendering (#1167)riperiperi
2020-04-22Initial conditional rendering support (#1012)gdkchan
2020-01-09Fix some spelling mistakesgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Enginegdkchan
2020-01-09Fix draw indexed flag not being cleared for instanced draws, also avoid state...gdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Separate sub-channel stategdk
2020-01-09Add per-source type memory change tracking, simplified state change tracking,...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk