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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-05 23:49:49 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-10-05 23:51:59 +0300
commit4707f1982ddbf823d8076e40fdf36fed5ab1046e (patch)
treed16d1cbe1b92e71251931f4a0f898859d2cfa70d /source/blender/gpu
parent0905af68ecd446210b5938a1374245fe3555aecd (diff)
Fix T70568, T70570: wrong AMD driver warning dialog
Remove this entry for now until we have more carefully verified the list.
Diffstat (limited to 'source/blender/gpu')
-rw-r--r--source/blender/gpu/intern/gpu_platform.c6
1 files changed, 0 insertions, 6 deletions
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