From baf84ecbe4910d91a7e1586f207c575992f582a5 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Wed, 9 Dec 2020 12:14:44 +0100 Subject: Workaround for Access Violation startup crash on deprecated Radeon GPUs on Windows This is a workaround for T80804. There's a startup crash that happens on 2.91.0 on Windows, an `EXCEPTION_ACCESS_VIOLATION` on `atio6axx.dll`. It is triggered by `glClear` on the `detect_mip_render_workaround` function. The workaround moves the function after the device/driver workaround section and sets the flag to the affected one to avoid running the check. It is deprecated hardware that has not meet the minimum requirements since 2.79, but is still usable and this extends its usability a bit before the cards are finally blacklisted. Reviewed By: Jeroen Bakker Differential Revision: https://developer.blender.org/D9667 --- release/datafiles/locale | 2 +- release/scripts/addons | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/datafiles/locale b/release/datafiles/locale index 1c0e9c29fd3..9e40c01dffd 160000 --- a/release/datafiles/locale +++ b/release/datafiles/locale @@ -1 +1 @@ -Subproject commit 1c0e9c29fd33963ff42ff9252a64016abda8d2a7 +Subproject commit 9e40c01dffd3f720b23b906d20df8e999d34a4af diff --git a/release/scripts/addons b/release/scripts/addons index 7faa6b379fd..1191a172ac3 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit 7faa6b379fd818b8af8cf8279ff9f43cbdbb169e +Subproject commit 1191a172ac389e3d068a8ef7d16f36457e67e3bc -- cgit v1.2.3