aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/StructuredIr/AstTextureOperation.cs
AgeCommit message (Expand)Author
2022-11-18SPIR-V: Fix unscaling helper not being able to find Array textures (#3863)1.1.356riperiperi
2021-05-19Move shader resource descriptor creation out of the backend (#2290)gdkchan
2020-11-09Simplify logic for bindless texture handling (#1667)gdkchan
2020-10-25Implement CAL and RET shader instructions (#1618)gdkchan
2020-10-20Fix image binding format (#1625)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-04-22Implement SULD shader instruction (#1117)gdkchan
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
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