aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/CodeGen/Glsl/CodeGenContext.cs
AgeCommit message (Expand)Author
2022-11-12Use vector transform feedback outputs if possible (#3832)1.1.342gdkchan
2022-07-31Vulkan backend (#2518)1.1.200gdkchan
2022-04-04Fix shader textureSize with multisample and buffer textures (#3240)1.1.86gdkchan
2022-01-21Stop using glTransformFeedbackVaryings and use explicit layout on the shader ...gdkchan
2021-05-19Move shader resource descriptor creation out of the backend (#2290)gdkchan
2020-11-09Simplify logic for bindless texture handling (#1667)gdkchan
2020-11-02Support res scale on images, correctly blacklist for SUST, move logic out of ...riperiperi
2020-10-25Implement CAL and RET shader instructions (#1618)gdkchan
2020-10-12Add support for shader constant buffer slot indexing (#1608)gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-01-09Address PR feedbackgdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk