aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmitFArith.cs
AgeCommit message (Expand)Author
2021-10-12Rewrite shader decoding stage (#2698)gdkchan
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-04-15Fix negation of HADD2 constant buffer source (#1116)gdkchan
2020-03-30Implement FCMP shader instruction (#1067)gdkchan
2020-03-03Initial support for double precision shader instructions. (#963)gdkchan
2020-01-09Support CC on FSET shader instruction, fix CC on ISET.BF shader instructiongdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Implement HSET2 shader instruction and fix errors uncovered by Rodrigo testsgdk
2020-01-09Add partial support for the BRX shader instructiongdk
2020-01-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...gdk
2020-01-09Fix shader FMUL32I instruction saturationgdk
2020-01-09Fix incorrect saturation on HADD2 and HMUL2 shader instructionsgdk
2020-01-09Initial workgdk