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.
This commit is contained in:
2021-01-12 13:53:38 +01:00
parent b2ad52a763
commit c96d596f43

View File

@@ -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);