[Bf-blender-cvs] [4707f1982dd] master: Fix T70568, T70570: wrong AMD driver warning dialog

Brecht Van Lommel noreply at git.blender.org
Sat Oct 5 23:19:32 CEST 2019


Commit: 4707f1982ddbf823d8076e40fdf36fed5ab1046e
Author: Brecht Van Lommel
Date:   Sat Oct 5 22:49:49 2019 +0200
Branches: master
https://developer.blender.org/rB4707f1982ddbf823d8076e40fdf36fed5ab1046e

Fix T70568, T70570: wrong AMD driver warning dialog

Remove this entry for now until we have more carefully verified the list.

===================================================================

M	source/blender/gpu/intern/gpu_platform.c

===================================================================

diff --git a/source/blender/gpu/intern/gpu_platform.c b/source/blender/gpu/intern/gpu_platform.c
index bcdf3224426..5d668a5c674 100644
--- a/source/blender/gpu/intern/gpu_platform.c
+++ b/source/blender/gpu/intern/gpu_platform.c
@@ -56,12 +56,6 @@ typedef struct GPUPlatformSupportTest {
 
 // clang-format off
 static GPUPlatformSupportTest GPU_PLATFORM_SUPPORT_TESTS[] = {
-    /* AMD has confirmed that drivers with this specific OpenGL backend
-     * has issues. The issue is that clearing multiple color buffers at once is
-     * not working, but is part of the OpenGL specification. Their
-     * advice is to tell our users to not use this driver. (T69972) */
-    {GPU_SUPPORT_LEVEL_UNSUPPORTED, GPU_DEVICE_ATI, GPU_OS_WIN, GPU_DRIVER_ANY, "", "", "4.5.13571"},
-
     /* This terminator record must be the last item */
     {-1, GPU_DEVICE_ANY, GPU_OS_ANY, GPU_DRIVER_ANY, "", "", ""}};
 // clang-format on



More information about the Bf-blender-cvs mailing list