Raised AMD/Terascale2 from unsupported to supported.

There is a patch that fixes the crash on startup {D9667}.
This commit is contained in:
Jeroen Bakker 2020-12-09 12:12:35 +01:00
parent 55d14210cc
commit 1a959e9fa8
1 changed files with 0 additions and 8 deletions

View File

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