aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Gpu/Engines
AgeCommit message (Expand)Author
2018-07-14Some small shader related fixes (#258)gdkchan
2018-07-12Loop GLScreen with custom method (#244)ReinUsesLisp
2018-07-09Add locking methods to the ogl resource cache (#238)gdkchan
2018-07-08Query multiple pages at once with GetWriteWatch (#222)gdkchan
2018-07-08Implement GPU primitive restart (#221)ReinUsesLisp
2018-07-06Disable front facing and face culling to avoid regression (#226)ReinUsesLisp
2018-07-05Implement some GPU features (#209)ReinUsesLisp
2018-06-28Add support for vertex base on indexed draws, fix index buffer first (unteste...gdkchan
2018-06-28Somewhat better ClearBuffers implementationgdkchan
2018-06-27Add support for Vertex Program A and other small shader improvements (#192)gdkchan
2018-06-27Fix vertex buffer size on the gpu when the draw vertex count is less than the...gdkchan
2018-06-23Small OpenGL Renderer refactoring (#177)gdkchan