ryujinx/Ryujinx.Graphics.Shader/Translation
gdkchan b46b63e06a
Add support for alpha to coverage dithering (#3069)
* Add support for alpha to coverage dithering

* Shader cache version bump

* Fix wrong alpha register

* Ensure support buffer is cleared

* New shader specialization based approach
2022-07-05 19:58:36 -03:00
..
Optimizations Bindless elimination for constant sampler handle (#3424) 2022-07-02 15:03:35 -03:00
AttributeConsts.cs Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
ControlFlowGraph.cs
Dominance.cs
EmitterContext.cs Add support for alpha to coverage dithering (#3069) 2022-07-05 19:58:36 -03:00
EmitterContextInsts.cs
FeatureFlags.cs
FunctionMatch.cs
GlobalMemory.cs
RegisterUsage.cs
Rewriter.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
ShaderConfig.cs Implement Viewport Transform Disable (#3328) 2022-05-12 10:47:13 -03:00
ShaderHeader.cs
Ssa.cs
TargetApi.cs
TargetLanguage.cs
TranslationFlags.cs
TranslationOptions.cs
Translator.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
TranslatorContext.cs New shader cache implementation (#3194) 2022-04-10 10:49:44 -03:00
UInt128.cs