aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/IntermediateRepresentation/TextureOperation.cs
AgeCommit message (Expand)Author
2022-12-29Use vector outputs for texture operations (#3939)1.1.499gdkchan
2022-09-13Fix bindless 1D textures having a buffer type on the shader (#3697)1.1.267gdkchan
2021-09-02Fix TXQ for 3D textures. (#2613)riperiperi
2021-07-12Fix shader compilation on shaders that uses rectangle textures (#2471)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-05-27Support separate textures and samplers (#1216)gdkchan
2020-04-22Implement SULD shader instruction (#1117)gdkchan
2020-01-09Add partial support for array of samplers, and add pass to identify them from...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk