aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/OpenGL/OGLShader.cs
AgeCommit message (Expand)Author
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-27Fix vertex buffer size on the gpu when the draw vertex count is less than the...gdkchan
2018-06-26Implementation of UBOs instead of uniform constant arrays (#186)ReinUsesLisp
2018-06-23Small OpenGL Renderer refactoring (#177)gdkchan
2018-06-02Some small gpu improvements and shader improvements, add support for ASTC 4x4...gdkchan
2018-05-22Improve shader sending method to GAL, use a memory interface instead of readi...gdkchan
2018-05-17Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, ...gdkchan
2018-04-14[GPU] Fix frame buffer being upside down in some casesgdkchan
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan