1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 14:33:30 +01:00
Ryujinx/Ryujinx.Graphics.Shader/Translation
gdkchan a15b951721
Fix wrong face culling once and for all (#1277)
* Viewport swizzle support on NV and clip origin

* Initialize default viewport swizzle state, emulate viewport swizzle on shaders when not supported

* Address PR feedback
2020-05-28 09:03:07 +10:00
..
Optimizations
AttributeConsts.cs
ControlFlowGraph.cs
Dominance.cs
EmitterContext.cs
EmitterContextInsts.cs
GlobalMemory.cs Support compute uniform buffers emulated with global memory (#924) 2020-02-11 01:10:05 +01:00
Lowering.cs
ShaderConfig.cs
ShaderHeader.cs
Ssa.cs
TranslationFlags.cs
Translator.cs