aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Instructions
AgeCommit message (Expand)Author
2021-01-28Support multiple destination operands on shader IR and shuffle predicates (#1...gdkchan
2021-01-14Fix shader LOP3 predicate write condition (#1910)gdkchan
2021-01-13Implement shader CC mode for ISCADD, X mode for ISETP and fix STL/STS/STG wit...gdkchan
2021-01-08Support conditional on BRK and SYNC shader instructions (#1878)gdkchan
2020-11-13Salieri: shader cache (#1701)Mary
2020-11-10Implement ATOM shader instruction (#1687)gdkchan
2020-11-02Support res scale on images, correctly blacklist for SUST, move logic out of ...riperiperi
2020-10-25Implement CAL and RET shader instructions (#1618)gdkchan
2020-10-25Fix shader image load/store array index register (#1637)gdkchan
2020-10-12Implement LEA.HI shader instruction (#1609)gdkchan
2020-10-12Add support for shader constant buffer slot indexing (#1608)gdkchan
2020-09-29Convert 1D texture targets to 2D (#1584)gdkchan
2020-09-01Fix PSL and MRG flags on XMAD cbuf-reg shader instruction (#1520)gdkchan
2020-07-30Refactor shader translator ShaderConfig and reduce the number of out args (#1...gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-07-04Implement shader LEA instruction and improve bindless image load/store (#1355)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-05-27Omit image format if possible, and fix BA bit (#1280)gdkchan
2020-05-23Implement TMML and TMML.B (#1270)Thog
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-04-25Fix mode and Reg08.H1 decoding on XMAD instruction (#1156)gdkchan
2020-04-25Implement texture buffers (#1152)gdkchan
2020-04-22Remove leftover of debugging code for shader texture format (#1141)gdkchan
2020-04-22Implement SULD shader instruction (#1117)gdkchan
2020-04-15Fix negation of HADD2 constant buffer source (#1116)gdkchan
2020-04-03Better IPA shader instruction implementation (#1082)gdkchan
2020-03-30Implement FCMP shader instruction (#1067)gdkchan
2020-03-26Implement NOP and stub DEPBAR shader instructions (#1041)Elise
2020-03-25Implement VMNMX shader instruction (#1032)gdkchan
2020-03-23Implement ICMP shader instruction (#1010)gdkchan
2020-03-06Fix branch with CC and predicate, and a case of SYNC propagation (#967)jduncanator
2020-03-03Initial support for double precision shader instructions. (#963)gdkchan
2020-02-14Sign-extend shader memory instruction offsets (#934)gdkchan
2020-02-02Support flat interpolation qualifier on shaders (#915)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-09Address PR feedbackgdkchan
2020-01-09Support CC on FSET shader instruction, fix CC on ISET.BF shader instructiongdkchan
2020-01-09Partial support for shader memory barriersgdkchan
2020-01-09Remove some usings that are not neededgdkchan
2020-01-09Support bindless texture gather shader instructiongdkchan
2020-01-09Fix wrong maximum id on sampler pool in some casesgdkchan
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-09Partial support for branch with CC, and fix a edge case of branch out of loop...gdk
2020-01-09Simplified F2I shader instruction codegengdk
2020-01-09Implement HSET2 shader instruction and fix errors uncovered by Rodrigo testsgdk
2020-01-09Add PSET shader instructiongdk
2020-01-09Add R2P shader instructiongdk