aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/CodeGen/Glsl/HelperFunctions/Shuffle.glsl
AgeCommit message (Collapse)Author
2023-08-16Fix vote and shuffle shader instructions on AMD GPUs (#5540)gdkchan
* Move shuffle handling out of the backend to a transform pass * Handle subgroup sizes higher than 32 * Stop using the subgroup size control extension * Make GenerateShuffleFunction static * Shader cache version bump
2023-04-27Move solution and projects to srcTSR Berry