1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-19 12:11:30 +00:00
Ryujinx/Ryujinx.Graphics.Shader/Instructions
gdkchan 7f6b3d234a
Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#2972)
* Implement IMUL shader instruction

* Implement PCNT/CONT instruction and fix FFMA32I

* Add HFMA232I to the table

* Shader cache version bump

* No Rc on Ffma32i
2022-01-10 12:08:00 -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
InstEmitAttribute.cs
InstEmitBarrier.cs
InstEmitBitfield.cs
InstEmitConversion.cs Implement remaining shader double-precision instructions (#2845) 2021-12-08 17:54:12 -03:00
InstEmitFloatArithmetic.cs Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#2972) 2022-01-10 12:08:00 -03:00
InstEmitFloatComparison.cs Implement remaining shader double-precision instructions (#2845) 2021-12-08 17:54:12 -03:00
InstEmitFloatMinMax.cs Implement remaining shader double-precision instructions (#2845) 2021-12-08 17:54:12 -03:00
InstEmitFlowControl.cs Implement IMUL, PCNT and CONT shader instructions, fix FFMA32I and HFMA32I (#2972) 2022-01-10 12:08:00 -03:00
InstEmitHelper.cs Implement remaining shader double-precision instructions (#2845) 2021-12-08 17:54:12 -03:00
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
InstEmitMultifunction.cs Implement remaining shader double-precision instructions (#2845) 2021-12-08 17:54:12 -03:00
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
InstEmitVideoMinMax.cs
InstEmitWarp.cs
Lop3Expression.cs