clean_ryujinx/Ryujinx.Graphics.Shader/Translation
gdkchan 7f8a3541eb
Fix decoding of block after shader BRA.CC instructions without predicate (#3472)
* Fix decoding of block after BRA.CC instructions without predicate

* Shader cache version bump
2022-07-23 11:53:14 -03:00
..
Optimizations Avoid adding shader buffer descriptors for constant buffers that are not used (#3478) 2022-07-23 11:15:58 -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 Fix decoding of block after shader BRA.CC instructions without predicate (#3472) 2022-07-23 11:53:14 -03:00
ShaderConfig.cs Avoid adding shader buffer descriptors for constant buffers that are not used (#3478) 2022-07-23 11:15:58 -03:00
ShaderHeader.cs
Ssa.cs
TargetApi.cs
TargetLanguage.cs
TranslationFlags.cs
TranslationOptions.cs
Translator.cs
TranslatorContext.cs
UInt128.cs