aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/CodeGen/Glsl/HelperFunctions
AgeCommit message (Expand)Author
2022-01-08Add support for render scale to vertex stage. (#2763)riperiperi
2021-10-18Fix shader 8-bit and 16-bit STS/STG (#2741)gdkchan
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-08-11Replace BGRA and scale uniforms with a uniform block (#2496)gdkchan
2021-07-09Unscale textureSize when resolution scaling is used (#2441)gdkchan
2021-01-28Support multiple destination operands on shader IR and shuffle predicates (#1...gdkchan
2021-01-26Add support for shader atomic min/max (S32) (#1948)gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
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-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...gdk