aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Translation/Rewriter.cs
AgeCommit message (Expand)Author
2022-07-23Fix decoding of block after shader BRA.CC instructions without predicate (#3472)gdkchan
2022-07-23Avoid adding shader buffer descriptors for constant buffers that are not used...gdkchan
2022-04-10New shader cache implementation (#3194)gdkchan
2021-11-14Fix shader integer from/to double conversion (#2831)gdkchan
2021-10-18Fix shader 8-bit and 16-bit STS/STG (#2741)gdkchan
2021-08-11Workaround for Intel FrontFacing built-in variable bug (#2540)gdkchan
2021-07-12Fix shader compilation on shaders that uses rectangle textures (#2471)gdkchan
2021-06-23Fix shader texture LOD query (#2397)gdkchan
2021-05-31Do not attempt to normalize SNORM image buffers on shaders (#2317)gdkchan
2021-05-19Move shader resource descriptor creation out of the backend (#2290)gdkchan
2021-05-19Pass CbufSlot when getting info from the texture descriptor (#2291)riperiperi
2020-11-09Simplify logic for bindless texture handling (#1667)gdkchan