Ryujinx/Ryujinx.Graphics.Shader/Instructions
gdkchan 4b7c7dab9e
Support multiple destination operands on shader IR and shuffle predicates (#1964)
* Support multiple destination operands on shader IR and shuffle predicates

* Cache version change
2021-01-28 10:59:47 +11:00
..
InstEmitAlu.cs Fix shader LOP3 predicate write condition (#1910) 2021-01-14 01:07:50 +01:00
InstEmitAluHelper.cs Implement LEA.HI shader instruction (#1609) 2020-10-12 21:46:04 -03:00
InstEmitConversion.cs Refactor shader GPU state and memory access (#1203) 2020-05-06 11:02:28 +10:00
InstEmitFArith.cs Refactor shader GPU state and memory access (#1203) 2020-05-06 11:02:28 +10:00
InstEmitFlow.cs Support conditional on BRK and SYNC shader instructions (#1878) 2021-01-08 22:55:55 -03:00
InstEmitHelper.cs Fix negation of HADD2 constant buffer source (#1116) 2020-04-15 09:01:26 +10:00
InstEmitMemory.cs Implement shader CC mode for ISCADD, X mode for ISETP and fix STL/STS/STG with RZ (#1901) 2021-01-13 08:52:13 +11:00
InstEmitMove.cs Support multiple destination operands on shader IR and shuffle predicates (#1964) 2021-01-28 10:59:47 +11:00
InstEmitter.cs Initial work 2020-01-09 02:13:00 +01:00
InstEmitTexture.cs Salieri: shader cache (#1701) 2020-11-13 00:15:34 +01:00
InstEmitVideo.cs Implement VMNMX shader instruction (#1032) 2020-03-25 15:49:10 +01:00
InstEmitVote.cs Refactor shader GPU state and memory access (#1203) 2020-05-06 11:02:28 +10:00
Lop3Expression.cs Initial work 2020-01-09 02:13:00 +01:00