0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-25 22:12:01 +00:00
Ryujinx/src/Ryujinx.Graphics.Shader/Translation
cstamford dc0dbc50ab
Add support for VK_EXT_depth_clip_control. (#5027)
* Add support for VK_EXT_depth_clip_control.

* Code review feedback

Minor formatting

Co-authored-by: gdkchan <gab.dark.100@gmail.com>

* Check .DepthClipControl to make sure the host actually supports the feature.

* Review feedback: remove Vulkan platform switch, relying on QueryHostSupportsDepthClipControl to drive the behaviour - OpenGL returns true, and any future platforms that don't support the [-1, 1] depth mode can return false for the transformation.

---------

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2023-05-28 23:31:56 +02:00
..
Optimizations Replace constant buffer access on shader with new Load instruction (#4646) 2023-05-20 16:19:26 -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 Generate scaling helper functions on IR (#4714) 2023-05-25 17:46:58 -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
GlobalMemory.cs Allow any shader SSBO constant buffer slot and offset (#2237) 2023-05-05 14:20:20 +00:00
HelperFunctionManager.cs Generate scaling helper functions on IR (#4714) 2023-05-25 17:46:58 -03:00
HelperFunctionName.cs Generate scaling helper functions on IR (#4714) 2023-05-25 17:46:58 -03:00
RegisterUsage.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ResourceManager.cs Replace constant buffer access on shader with new Load instruction (#4646) 2023-05-20 16:19:26 -03:00
Rewriter.cs Force reciprocal operation with value biased by constant to be precise on macOS (#5110) 2023-05-26 15:19:37 -03:00
ShaderConfig.cs Generate scaling helper functions on IR (#4714) 2023-05-25 17:46:58 -03:00
ShaderHeader.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderIdentifier.cs Generate scaling helper functions on IR (#4714) 2023-05-25 17:46:58 -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 Generate scaling helper functions on IR (#4714) 2023-05-25 17:46:58 -03:00
TranslatorContext.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00