1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-19 09:52:03 +00:00
Ryujinx/Ryujinx.Graphics.Shader/StructuredIr
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
..
AstAssignment.cs
AstBlock.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00
AstBlockType.cs
AstBlockVisitor.cs
AstComment.cs
AstHelper.cs Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01:00
AstNode.cs
AstOperand.cs Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01:00
AstOperation.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
AstOptimizer.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00
AstTextureOperation.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
GotoElimination.cs
GotoStatement.cs
HelperFunctionsMask.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00
IAstNode.cs
InstructionInfo.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
IoDefinition.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
OperandInfo.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
PhiFunctions.cs Vulkan backend (#2518) 2022-07-31 18:26:06 -03:00
StructuredFunction.cs Use vector outputs for texture operations (#3939) 2022-12-29 16:09:34 +01:00
StructuredProgram.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
StructuredProgramContext.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00
StructuredProgramInfo.cs Refactor attribute handling on the shader generator (#4565) 2023-04-25 19:51:07 -03:00