Merge branch 'blender-v3.2-release'

This commit is contained in:
Jeroen Bakker 2022-05-25 08:01:58 +02:00
commit 1ec01b2142
1 changed files with 1 additions and 1 deletions

View File

@ -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.