aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/CodeGen/Glsl/HelperFunctions/ShuffleUp.glsl
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2021-09-19Use shader subgroup extensions if shader ballot is not supported (#2627)gdkchan
2021-08-30Fix out-of-bounds shader thread shuffle (#2605)gdkchan
2021-01-28Support multiple destination operands on shader IR and shuffle predicates (#1...gdkchan
2020-01-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...gdk