aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation/TranslatorContext.cs
AgeCommit message (Expand)Author
2021-10-18Initial tessellation shader support (#2534)gdkchan
2021-08-27Initial support for shader attribute indexing (#2546)gdkchan
2021-08-11Make sure attributes used on subsequent shader stages are initialized (#2538)gdkchan
2021-05-20Fix buffer and texture uses not being propagated for vertex A/B shaders (#2300)gdkchan
2021-03-19Salieri: Detect and avoid caching shaders using bindless textures (#2097)Mary
2021-02-08Simplify handling of shader vertex A (#1999)gdkchan
2020-11-13Salieri: shader cache (#1701)Mary