aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/IGalShader.cs
AgeCommit message (Expand)Author
2020-01-09Initial workgdk
2019-04-18New shader translator implementation (#654)gdkchan
2019-03-04Do naming refactoring on Ryujinx.Graphics (#611)Alex Barney
2018-08-23Avoid querying and setting texture bindings in hot code (#376)ReinUsesLisp
2018-08-16Code style fixes and nits on the HLE project (#355)gdkchan
2018-08-15More flexible memory manager (#307)gdkchan
2018-08-10Low level graphics API prerequisites (#319)ReinUsesLisp
2018-07-19Send data to OpenGL host without client-side copies (#285)ReinUsesLisp
2018-07-14Some small shader related fixes (#258)gdkchan
2018-06-27Add support for Vertex Program A and other small shader improvements (#192)gdkchan
2018-06-23Small OpenGL Renderer refactoring (#177)gdkchan