[Bf-blender-cvs] [1a959e9fa8c] master: Raised AMD/Terascale2 from unsupported to supported.

Jeroen Bakker noreply at git.blender.org
Wed Dec 9 12:13:48 CET 2020


Commit: 1a959e9fa8c45a6cf43b4e350b1f2707ea3ac063
Author: Jeroen Bakker
Date:   Wed Dec 9 12:12:35 2020 +0100
Branches: master
https://developer.blender.org/rB1a959e9fa8c45a6cf43b4e350b1f2707ea3ac063

Raised AMD/Terascale2 from unsupported to supported.

There is a patch that fixes the crash on startup {D9667}.

===================================================================

M	source/blender/gpu/opengl/gl_backend.cc

===================================================================

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 */



More information about the Bf-blender-cvs mailing list