aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/IntermediateRepresentation/Operation.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-25Refactor attribute handling on the shader generator (#4565)gdkchan
2022-12-29Use vector outputs for texture operations (#3939)gdkchan
2022-09-13Fix bindless 1D textures having a buffer type on the shader (#3697)gdkchan
2021-02-01Use multiple dest operands for shader call instructions (#1975)gdkchan
2021-01-28Support multiple destination operands on shader IR and shuffle predicates (#1...gdkchan
2020-10-25Implement CAL and RET shader instructions (#1618)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
2020-01-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...gdk
2020-01-09Initial workgdk