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>2022-05-25 09:01:58 +0300
committerJeroen Bakker <jeroen@blender.org>2022-05-25 09:01:58 +0300
commit1ec01b21426178afe8bc0850faa654d9213528be (patch)
treebdd8d41f4633ef31446d184937befd7f2d36cc65 /source/blender/gpu
parent57b87feda1527d86f06121105992ee52355fd160 (diff)
parent603d3c90a5cbbc8455019c02af275207af207fff (diff)
Merge branch 'blender-v3.2-release'
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 8e60533481f..f24dc86a0a7 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()
"RX550/550", "(TM) 520", "(TM) 530", "(TM) 535", "R5", "R7", "R9"};
if (match_renderer(renderer, matches)) {
- GCaps.use_hq_normals_workaround = false;
+ GCaps.use_hq_normals_workaround = true;
}
}
/* There is an issue with the #glBlitFramebuffer on MacOS with radeon pro graphics.