Ryujinx/Ryujinx.Graphics.Shader/Instructions
gdkchan 49f970d5bd
Implement CAL and RET shader instructions (#1618)
* Add support for CAL and RET shader instructions

* Remove unused stuff

* Fix a bug that could cause the wrong values to be passed to a function

* Avoid repopulating function id dictionary every time

* PR feedback

* Fix vertex shader A/B merge
2020-10-25 17:00:44 -03:00
..
InstEmitAlu.cs Implement LEA.HI shader instruction (#1609) 2020-10-12 21:46:04 -03:00
InstEmitAluHelper.cs Implement LEA.HI shader instruction (#1609) 2020-10-12 21:46:04 -03:00
InstEmitConversion.cs
InstEmitFArith.cs Refactor shader GPU state and memory access (#1203) 2020-05-06 11:02:28 +10:00
InstEmitFlow.cs Implement CAL and RET shader instructions (#1618) 2020-10-25 17:00:44 -03:00
InstEmitHelper.cs Fix negation of HADD2 constant buffer source (#1116) 2020-04-15 09:01:26 +10:00
InstEmitMemory.cs
InstEmitMove.cs Refactor shader GPU state and memory access (#1203) 2020-05-06 11:02:28 +10:00
InstEmitter.cs
InstEmitTexture.cs Fix shader image load/store array index register (#1637) 2020-10-25 14:51:26 -03:00
InstEmitVideo.cs
InstEmitVote.cs
Lop3Expression.cs