aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/IGalRenderer.cs
AgeCommit message (Expand)Author
2020-01-09Initial workgdk
2019-03-04Do naming refactoring on Ryujinx.Graphics (#611)Alex Barney
2018-09-08Move GPU emulation from Ryujinx.HLE to Ryujinx.Graphics and misc changes (#402)ReinUsesLisp
2018-08-10Low level graphics API prerequisites (#319)ReinUsesLisp
2018-06-23Small OpenGL Renderer refactoring (#177)gdkchan
2018-06-08Texture/Vertex/Index data cache (#132)gdkchan
2018-05-22Improve shader sending method to GAL, use a memory interface instead of readi...gdkchan
2018-04-25Some small sync primitive fixes, logging fixes, started to implement the 2D e...gdkchan
2018-04-14[GPU] Fix frame buffer being upside down in some casesgdkchan
2018-04-13Fix for current framebuffer issues (#78)gdkchan
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan
2018-03-12Allow more than one process, free resources on process dispose, implement Svc...gdkchan
2018-02-28Enable hardware frame buffer texture scalinggdkchan
2018-02-23Somewhat better NvFlinger (I guess) (fixes #30)gdkchan
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss