GreemDev-Ryujinx/Ryujinx.Graphics.Shader/Instructions
gdkchan 9f12e50a54
Refactor attribute handling on the shader generator (#4565)
* Refactor attribute handling on the shader generator

* Implement gl_ViewportMask[]

* Add back the Intel FrontFacing bug workaround

* Fix GLSL transform feedback outputs mistmatch with fragment stage

* Shader cache version bump

* Fix geometry shader recognition

* PR feedback

* Delete GetOperandDef and GetOperandUse

* Remove replacements that are no longer needed on GLSL compilation on Vulkan

* Fix incorrect load for per-patch outputs

* Fix build
2023-04-25 19:51:07 -03:00
..
AttributeMap.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
InstEmit.cs Implement CSET and CSETP shader instructions (#4318) 2023-01-21 12:18:05 -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 Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
InstEmitBarrier.cs
InstEmitBitfield.cs
InstEmitConditionCode.cs Implement CSET and CSETP shader instructions (#4318) 2023-01-21 12:18:05 -03:00
InstEmitConversion.cs
InstEmitFloatArithmetic.cs
InstEmitFloatComparison.cs
InstEmitFloatMinMax.cs
InstEmitFlowControl.cs Implement CSET and CSETP shader instructions (#4318) 2023-01-21 12:18:05 -03: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 Implement CSET and CSETP shader instructions (#4318) 2023-01-21 12:18:05 -03:00
InstEmitIntegerLogical.cs
InstEmitIntegerMinMax.cs
InstEmitMemory.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
InstEmitMove.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
InstEmitMultifunction.cs
InstEmitNop.cs
InstEmitPredicate.cs
InstEmitShift.cs
InstEmitSurface.cs Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01:00
InstEmitter.cs
InstEmitTexture.cs Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01: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