ryujinx/Ryujinx.Graphics.Shader/Instructions
gdkchan 2df16ded9b
Improve shader BRX instruction code generation (#3759)
* Improve shader BRX instruction code generation

* Shader cache version bump, add some comments and asserts
2022-10-15 23:20:16 +00:00
..
InstEmit.cs
InstEmitAluHelper.cs
InstEmitAttribute.cs Fix incorrect tessellation inputs/outputs (#3728) 2022-10-01 02:35:52 -03:00
InstEmitBarrier.cs
InstEmitBitfield.cs
InstEmitConversion.cs
InstEmitFloatArithmetic.cs
InstEmitFloatComparison.cs
InstEmitFloatMinMax.cs
InstEmitFlowControl.cs Improve shader BRX instruction code generation (#3759) 2022-10-15 23:20:16 +00:00
InstEmitHelper.cs Avoid adding shader buffer descriptors for constant buffers that are not used (#3478) 2022-07-23 11:15:58 -03:00
InstEmitIntegerArithmetic.cs
InstEmitIntegerComparison.cs
InstEmitIntegerLogical.cs
InstEmitIntegerMinMax.cs
InstEmitMemory.cs
InstEmitMove.cs
InstEmitMultifunction.cs
InstEmitNop.cs
InstEmitPredicate.cs
InstEmitShift.cs
InstEmitSurface.cs Fix shader SULD (bindless) instruction using wrong register as handle (#3732) 2022-10-03 20:40:22 -03:00
InstEmitter.cs
InstEmitTexture.cs Fix bindless 1D textures having a buffer type on the shader (#3697) 2022-09-13 08:53:55 +02:00
InstEmitVideoArithmetic.cs
InstEmitVideoMinMax.cs
InstEmitWarp.cs
Lop3Expression.cs