1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-15 20:30:04 -06:00
ryujinx/src/Ryujinx.Graphics.Gpu/Shader
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
..
DiskCache Add support for VK_EXT_depth_clip_control. (#5027) 2023-05-28 23:31:56 +02:00
HashTable Move solution and projects to src 2023-04-27 23:51:14 +02:00
CachedShaderBindings.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
CachedShaderProgram.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
CachedShaderStage.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ComputeShaderCacheHashTable.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GpuAccessor.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GpuAccessorBase.cs Add support for VK_EXT_depth_clip_control. (#5027) 2023-05-28 23:31:56 +02:00
GpuAccessorState.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GpuChannelComputeState.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GpuChannelGraphicsState.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GpuChannelPoolState.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ResourceCounts.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderAddresses.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderCache.cs Replace ShaderBindings with new ResourceLayout structure for Vulkan (#5025) 2023-05-21 14:04:21 -03:00
ShaderCacheHashTable.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderCacheState.cs UI: Add progress bar for re-packaging shaders (#4805) 2023-05-06 15:35:46 +02:00
ShaderCodeAccessor.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderDumper.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderDumpPaths.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderInfoBuilder.cs Replace ShaderBindings with new ResourceLayout structure for Vulkan (#5025) 2023-05-21 14:04:21 -03:00
ShaderSpecializationList.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ShaderSpecializationState.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
TransformFeedbackDescriptor.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00