diff options
| author | Jules Blok <jules.blok@gmail.com> | 2017-03-14 01:02:13 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2017-03-14 01:02:13 +0100 |
| commit | 0a2b58c8962382454b807751b76daf933887a9e9 (patch) | |
| tree | 35fb43a59dbde2694acdee18c28240b2835f4935 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | f0c2bae77837a1f64b8f9f4d98b0a87484672266 (diff) | |
OGL: Remove support for NV_depth_buffer_float.
We can't clamp the depth values to the 24-bit range while this extension is active.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index b98eb0955f..96ebdd8adb 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -129,7 +129,6 @@ void VideoSoftware::InitBackendInfo() g_Config.backend_info.bSupportsDualSourceBlend = true; g_Config.backend_info.bSupportsEarlyZ = true; g_Config.backend_info.bSupportsOversizedViewports = true; - g_Config.backend_info.bSupportsOversizedDepthRanges = true; g_Config.backend_info.bSupportsPrimitiveRestart = false; g_Config.backend_info.bSupportsMultithreading = false; g_Config.backend_info.bSupportsInternalResolutionFrameDumps = false; |
