[Bf-blender-cvs] [c96d596f433] master: GPU: Remove Limited Support AMD Polaris

Jeroen Bakker noreply at git.blender.org
Tue Jan 12 13:54:57 CET 2021


Commit: c96d596f433d4bb346190bb9d3a1d615abe3933a
Author: Jeroen Bakker
Date:   Tue Jan 12 13:53:38 2021 +0100
Branches: master
https://developer.blender.org/rBc96d596f433d4bb346190bb9d3a1d615abe3933a

GPU: Remove Limited Support AMD Polaris

Removing the limited support message as the known opengl issues of the
recent drivers with polaris cards have been tackled.

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

M	source/blender/gpu/opengl/gl_backend.cc

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

diff --git a/source/blender/gpu/opengl/gl_backend.cc b/source/blender/gpu/opengl/gl_backend.cc
index 5c43a8990d7..29ff1b3e81a 100644
--- a/source/blender/gpu/opengl/gl_backend.cc
+++ b/source/blender/gpu/opengl/gl_backend.cc
@@ -159,11 +159,6 @@ void GLBackend::platform_init()
         GPG.support_level = GPU_SUPPORT_LEVEL_LIMITED;
       }
     }
-    if (GPU_type_matches(GPU_DEVICE_ATI, GPU_OS_ANY, GPU_DRIVER_OFFICIAL)) {
-      if (is_faulty_T82856_platform(version, renderer)) {
-        GPG.support_level = GPU_SUPPORT_LEVEL_LIMITED;
-      }
-    }
   }
   GPG.create_key(GPG.support_level, vendor, renderer, version);
   GPG.create_gpu_name(vendor, renderer, version);



More information about the Bf-blender-cvs mailing list