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>2021-06-29 10:08:33 +0300
committerJeroen Bakker <jeroen@blender.org>2021-06-30 10:28:28 +0300
commit3b7a520d8861a8769d29735f692f0bc87d95bc39 (patch)
tree76ed277b1a40c8e5b8c1d694f6c9b9af9f2e171a
parent2c7efe5ac0557d5fb801eb7597d7a8d67dbadfcc (diff)
Fixed issue in previous commit.
During development a test was disabled. Enabling it again.
-rw-r--r--source/blender/gpu/opengl/gl_backend.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/opengl/gl_backend.cc b/source/blender/gpu/opengl/gl_backend.cc
index e1814ec239a..a1f2fced0f3 100644
--- a/source/blender/gpu/opengl/gl_backend.cc
+++ b/source/blender/gpu/opengl/gl_backend.cc
@@ -292,7 +292,7 @@ static void detect_workarounds()
* `GL_INT_2_10_10_10_REV` data type correctly. This data type is used to pack normals and flags.
* The work around uses `GPU_RGBA16I`.
*/
- if (GPU_type_matches(GPU_DEVICE_ATI, GPU_OS_ANY, GPU_DRIVER_ANY)) {
+ if (GPU_type_matches(GPU_DEVICE_ATI, GPU_OS_ANY, GPU_DRIVER_OFFICIAL)) {
const Vector<std::string> matches = {"RX 460",
"RX 470",
"RX 480",