Ryujinx/src/Ryujinx.Graphics.Shader/Translation
gdkchan fe30c03cac
Implement soft float64 conversion on shaders when host has no support (#5159)
* Implement soft float64 conversion on shaders when host has no support

* Shader cache version bump

* Fix rebase error
2023-06-08 17:09:14 -03:00
..
Optimizations Implement soft float64 conversion on shaders when host has no support (#5159) 2023-06-08 17:09:14 -03:00
AggregateType.cs Replace constant buffer access on shader with new Load instruction (#4646) 2023-05-20 16:19:26 -03:00
AttributeConsts.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ControlFlowGraph.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Dominance.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
EmitterContext.cs Add support for VK_EXT_depth_clip_control. (#5027) 2023-05-28 23:31:56 +02:00
EmitterContextInsts.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
FeatureFlags.cs Replace constant buffer access on shader with new Load instruction (#4646) 2023-05-20 16:19:26 -03:00
FunctionMatch.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
HelperFunctionManager.cs Implement soft float64 conversion on shaders when host has no support (#5159) 2023-06-08 17:09:14 -03:00
HelperFunctionName.cs Implement soft float64 conversion on shaders when host has no support (#5159) 2023-06-08 17:09:14 -03:00
RegisterUsage.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ResourceManager.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
Rewriter.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
ShaderConfig.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
ShaderHeader.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderIdentifier.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
Ssa.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TargetApi.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TargetLanguage.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TranslationFlags.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TranslationOptions.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Translator.cs Implement shader storage buffer operations using new Load/Store instructions (#4993) 2023-06-03 20:12:18 -03:00
TranslatorContext.cs Share ResourceManager vertex vertex A and B shaders (#5181) 2023-05-31 17:17:50 -03:00