mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
* Support coherent images * Add support for fragment shader interlock * Change to tree based match approach * Refactor + check for branch targets and external registers * Make detection more robust * Use Intel fragment shader ordering if interlock is not available, use nothing if both are not available * Remove unused field |
||
|---|---|---|
| .. | ||
| Optimizations | ||
| AttributeConsts.cs | ||
| ControlFlowGraph.cs | ||
| Dominance.cs | ||
| EmitterContext.cs | ||
| EmitterContextInsts.cs | ||
| FeatureFlags.cs | ||
| FunctionMatch.cs | ||
| GlobalMemory.cs | ||
| RegisterUsage.cs | ||
| Rewriter.cs | ||
| ShaderConfig.cs | ||
| ShaderHeader.cs | ||
| Ssa.cs | ||
| TargetApi.cs | ||
| TargetLanguage.cs | ||
| TranslationCounts.cs | ||
| TranslationFlags.cs | ||
| TranslationOptions.cs | ||
| Translator.cs | ||
| TranslatorContext.cs | ||