Ryujinx/Ryujinx.Graphics.Shader/Instructions
gdkchan 1a888ae087
Add support for conditional (with CC) shader Exit instructions (#3470)
* Add support for conditional (with CC) shader Exit instructions

* Shader cache version bump

* Make CSM conditions default to false for EXIT.CC
2022-07-24 15:33:30 -03:00
..
InstEmit.cs
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
InstEmitFloatComparison.cs
InstEmitFloatMinMax.cs
InstEmitFlowControl.cs Add support for conditional (with CC) shader Exit instructions (#3470) 2022-07-24 15:33:30 -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
InstEmitMultifunction.cs
InstEmitNop.cs
InstEmitPredicate.cs
InstEmitShift.cs
InstEmitSurface.cs
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