aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions/InstEmitHelper.cs
AgeCommit message (Expand)Author
2022-07-23Avoid adding shader buffer descriptors for constant buffers that are not used...1.1.183gdkchan
2021-12-08Implement remaining shader double-precision instructions (#2845)gdkchan
2021-10-12Rewrite shader decoding stage (#2698)gdkchan
2021-05-19Move shader resource descriptor creation out of the backend (#2290)gdkchan
2020-04-15Fix negation of HADD2 constant buffer source (#1116)gdkchan
2020-03-03Initial support for double precision shader instructions. (#963)gdkchan
2020-01-09Remove some unused args on the shader translatorgdkchan
2020-01-09Fix FADD32I check for Ra negationgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Implement HSET2 shader instruction and fix errors uncovered by Rodrigo testsgdk
2020-01-09Make the shader translator more error resilient (part 2)gdk
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
2020-01-09Initial workgdk