1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-19 02:01:29 +00:00
Ryujinx/Ryujinx.Graphics.Shader/Instructions
riperiperi 43b4b34376
Implement Viewport Transform Disable (#3328)
* Initial implementation (no specialization)

* Use specialization

* Fix render scale, increase code gen version

* Revert accidental change

* Address Feedback
2022-05-12 10:47:13 -03:00
..
InstEmit.cs Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#2972) 2022-01-10 12:08:00 -03:00
InstEmitAluHelper.cs Implement VMAD shader instruction and improve InvocationInfo and ISBERD handling (#3251) 2022-04-08 12:42:39 +02:00
InstEmitAttribute.cs Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
InstEmitBarrier.cs
InstEmitBitfield.cs
InstEmitConversion.cs
InstEmitFloatArithmetic.cs Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#2972) 2022-01-10 12:08:00 -03:00
InstEmitFloatComparison.cs
InstEmitFloatMinMax.cs
InstEmitFlowControl.cs Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#2972) 2022-01-10 12:08:00 -03:00
InstEmitHelper.cs
InstEmitIntegerArithmetic.cs Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#2972) 2022-01-10 12:08:00 -03:00
InstEmitIntegerComparison.cs
InstEmitIntegerLogical.cs
InstEmitIntegerMinMax.cs
InstEmitMemory.cs
InstEmitMove.cs Implement VMAD shader instruction and improve InvocationInfo and ISBERD handling (#3251) 2022-04-08 12:42:39 +02:00
InstEmitMultifunction.cs
InstEmitNop.cs
InstEmitPredicate.cs
InstEmitShift.cs
InstEmitSurface.cs Fix SUATOM and other texture shader instructions with RZ dest (#2885) 2021-12-08 18:36:09 -03:00
InstEmitter.cs
InstEmitTexture.cs Fix SUATOM and other texture shader instructions with RZ dest (#2885) 2021-12-08 18:36:09 -03:00
InstEmitVideoArithmetic.cs Implement VMAD shader instruction and improve InvocationInfo and ISBERD handling (#3251) 2022-04-08 12:42:39 +02:00
InstEmitVideoMinMax.cs Implement VMAD shader instruction and improve InvocationInfo and ISBERD handling (#3251) 2022-04-08 12:42:39 +02:00
InstEmitWarp.cs
Lop3Expression.cs Lop3Expression: Optimize expressions (#3184) 2022-04-08 11:17:38 +02:00