aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs
AgeCommit message (Expand)Author
2022-12-08Shader: Implement PrimitiveID (#4067)1.1.450gdkchan
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)1.1.345gdkchan
2022-11-11Fix VertexId and InstanceId on Vulkan (#3833)1.1.341gdkchan
2022-10-01Fix incorrect tessellation inputs/outputs (#3728)1.1.283gdkchan
2022-07-31Vulkan backend (#2518)1.1.200gdkchan
2022-05-12Implement Viewport Transform Disable (#3328)1.1.120riperiperi
2021-11-08Support shader gl_Color, gl_SecondaryColor and gl_TexCoord built-ins (#2817)gdkchan
2021-10-18Initial tessellation shader support (#2534)gdkchan
2021-04-02Implement shader HelperThreadNV (#2163)gdkchan
2020-10-17Fix gl_in being used with built-in variables that are not per-vertex (#1624)gdkchan
2020-07-26Implement BGRA texture support (#1418)gdkchan
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
2020-01-09Initial workgdk