aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Gpu/Engines/NvGpuEngine3dReg.cs
AgeCommit message (Expand)Author
2018-09-08Move GPU emulation from Ryujinx.HLE to Ryujinx.Graphics and misc changes (#402)ReinUsesLisp
2018-08-25Implement vertex instancing (#381)ReinUsesLisp
2018-08-23Implement multiple rendertarget attachments and depth writting (#375)ReinUsesLisp
2018-08-19Rendertarget attachments, texture and image changes (#358)ReinUsesLisp
2018-08-10Low level graphics API prerequisites (#319)ReinUsesLisp
2018-07-19Support deswizzle of sparse tiled textures and some frame buffer fixes (#275)gdkchan
2018-07-08Implement GPU primitive restart (#221)ReinUsesLisp
2018-07-05Implement some GPU features (#209)ReinUsesLisp
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