aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/Threed/ThreedClassState.cs
AgeCommit message (Expand)Author
2022-08-20Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)1.1.226gdkchan
2022-07-31Vulkan backend (#2518)1.1.200gdkchan
2022-07-05Add support for alpha to coverage dithering (#3069)1.1.164gdkchan
2022-04-04Implement primitive restart draw arrays properly on OpenGL (#3256)1.1.89gdkchan
2022-01-11Fix render target clear when sizes mismatch (#2994)gdkchan
2021-12-19Fix for texture pool not being updated when it should + buffer texture relate...gdkchan
2021-11-10Implement DrawTexture functionality (#2747)gdkchan
2021-10-18Initial tessellation shader support (#2534)gdkchan
2021-07-11Separate GPU engines (part 2/2) (#2440)gdkchan