aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmitAttribute.cs
AgeCommit message (Expand)Author
2022-05-12Implement Viewport Transform Disable (#3328)1.1.120riperiperi
2022-04-08Implement VMAD shader instruction and improve InvocationInfo and ISBERD handl...1.1.99gdkchan
2021-11-08Support shader gl_Color, gl_SecondaryColor and gl_TexCoord built-ins (#2817)gdkchan
2021-10-18Initial tessellation shader support (#2534)gdkchan
2021-10-12Rewrite shader decoding stage (#2698)gdkchan