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>2021-01-12 15:53:38 +0300
committerJeroen Bakker <jeroen@blender.org>2021-01-12 15:54:50 +0300
commitc96d596f433d4bb346190bb9d3a1d615abe3933a (patch)
treee2867941c2f0c527c1a07faa2bdd450ebf8b29d5 /source/blender/gpu/opengl
parentb2ad52a7634865402c852b603ab2c6880b533839 (diff)
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.
Diffstat (limited to 'source/blender/gpu/opengl')
-rw-r--r--source/blender/gpu/opengl/gl_backend.cc5
1 files changed, 0 insertions, 5 deletions
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);