aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/Shader/GlslDecl.cs
AgeCommit message (Expand)Author
2019-04-18New shader translator implementation (#654)gdkchan
2019-03-04Do naming refactoring on Ryujinx.Graphics (#611)Alex Barney
2019-02-28 Initial non 2D textures support (#525)Thomas Guillemard
2019-01-31Initial support for shader half float instructions (#507)gdkchan
2018-12-17Move MaxUboSize definition (#530)Thomas Guillemard
2018-11-28Add support for bigger UBOs, fix sRGB regression, small improvement t… (#503)gdkchan
2018-08-31Implement SSY/SYNC shader instructions (#382)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-16Implement PointCoord and PointSize shader attributes (#353)ReinUsesLisp
2018-08-13Add partial support to the TEX.B shader instruction (#342)gdkchan
2018-08-10Low level graphics API prerequisites (#319)ReinUsesLisp
2018-07-19Implement Geometry shaders (#280)ReinUsesLisp
2018-07-03Add FaceAttr in GLSL, unmanaged case in EmitTex and ConstantColorG80 blend fa...ReinUsesLisp
2018-06-28Explicit GLSL "position" attribute location (#199)ReinUsesLisp
2018-06-27Add support for Vertex Program A and other small shader improvements (#192)gdkchan
2018-06-23Small OpenGL Renderer refactoring (#177)gdkchan
2018-06-12Minor shader fixesgdkchan
2018-05-29Added support for more shader instructions and texture formats, fix swapped c...gdkchan
2018-05-17Added more shader instructions, including BFE, BRA (partial), FMNMX, ISCADD, ...gdkchan
2018-04-10[GPU] Add more shader instructions, add support for rgb565 texturesgdkchan
2018-04-08Merge shader branch, adding support for GLSL decompilation, a macrogdkchan