1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 22:44:36 +01:00
Ryujinx/Ryujinx.Graphics.Shader/IntermediateRepresentation
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
..
BasicBlock.cs Implement CAL and RET shader instructions (#1618) 2020-10-25 17:00:44 -03:00
CommentNode.cs
Function.cs Implement CAL and RET shader instructions (#1618) 2020-10-25 17:00:44 -03:00
INode.cs
Instruction.cs Implement CAL and RET shader instructions (#1618) 2020-10-25 17:00:44 -03:00
IrConsts.cs
Operand.cs Better IPA shader instruction implementation (#1082) 2020-04-03 11:20:47 +11:00
OperandHelper.cs Implement CAL and RET shader instructions (#1618) 2020-10-25 17:00:44 -03:00
OperandType.cs Implement CAL and RET shader instructions (#1618) 2020-10-25 17:00:44 -03:00
Operation.cs Implement CAL and RET shader instructions (#1618) 2020-10-25 17:00:44 -03:00
PhiNode.cs
TextureFlags.cs
TextureOperation.cs Support separate textures and samplers (#1216) 2020-05-27 16:07:10 +02:00