aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation/Optimizations/Optimizer.cs
AgeCommit message (Expand)Author
2022-12-06Shader: Add fallback for LDG from "ube" buffer ranges. (#4027)1.1.440riperiperi
2022-12-05Restrict shader storage buffer search when match fails (#4011)1.1.427gdkchan
2022-07-12Propagate Shader phi nodes with the same source value from all blocks (#3457)1.1.175gdkchan
2021-08-31Implement Shader Instructions SUATOM and SURED (#2090)riperiperi
2021-06-03Fix shaders with mixed PBK and SSY addresses on the stack (#2329)gdkchan
2021-05-19Move shader resource descriptor creation out of the backend (#2290)gdkchan
2021-04-18Improve shader global memory to storage pass (#2200)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-07-04Implement shader LEA instruction and improve bindless image load/store (#1355)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk
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-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...gdk
2020-01-09Initial workgdk