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-29 10:08:33 +0300
commitee0c3081b08ab2c97dd86215cb9e444d16c2e19a (patch)
tree0a57f437cb41e3a0ec2682c1ff57c6ea5a637b82 /source/blender/gpu
parent2262d6c45adff2cca06dc0c7f758e8c2a0de74f2 (diff)
Fixed issue in previous commit.
During development a test was disabled. Enabling it again.
Diffstat (limited to 'source/blender/gpu')
-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 feda59b1639..1ae68d6813c 100644
--- a/source/blender/gpu/opengl/gl_backend.cc
+++ b/source/blender/gpu/opengl/gl_backend.cc
@@ -298,7 +298,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",