aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmitAttribute.cs
AgeCommit message (Expand)Author
2022-11-18Move gl_Layer from vertex to geometry if GPU does not support it on vertex (#...1.1.364gdkchan
2022-11-11Fix VertexId and InstanceId on Vulkan (#3833)1.1.341gdkchan
2022-10-01Fix incorrect tessellation inputs/outputs (#3728)1.1.283gdkchan
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