Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2020-12-09 14:12:35 +0300
committerJeroen Bakker <jeroen@blender.org>2020-12-09 14:12:35 +0300
commit1a959e9fa8c45a6cf43b4e350b1f2707ea3ac063 (patch)
tree1f70bb777414070d2f25da081e9ee884adae2bb7 /source/blender/gpu
parent55d14210cccc7a3dae98787200a6dc3649462bba (diff)
Raised AMD/Terascale2 from unsupported to supported.
There is a patch that fixes the crash on startup {D9667}.
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/opengl/gl_backend.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/gpu/opengl/gl_backend.cc b/source/blender/gpu/opengl/gl_backend.cc
index 8f3d1ffabaa..26ec85ec872 100644
--- a/source/blender/gpu/opengl/gl_backend.cc
+++ b/source/blender/gpu/opengl/gl_backend.cc
@@ -131,14 +131,6 @@ void GLBackend::platform_init()
}
}
- /* Since Blender 2.91 AMD TeraScale 2 GPUs crashes during startup. */
- if (GPU_type_matches(GPU_DEVICE_ATI, GPU_OS_WIN, GPU_DRIVER_ANY)) {
- if (strstr(renderer, "Radeon HD 4") || strstr(renderer, "Radeon HD 5") ||
- strstr(renderer, "Radeon HD 6") || strstr(renderer, "ATI FirePro V4") ||
- strstr(renderer, "AMD Radeon R5 2")) {
- GPG.support_level = GPU_SUPPORT_LEVEL_UNSUPPORTED;
- }
- }
/* Driver 20.11.2 fixes a lot of issues for the Navi cards, but introduces new ones
* for Polaris based cards cards. The viewport has glitches but doesn't crash.
* See T82856 */