FIlter on the gpu model name for ththe 2 known cases

This commit is contained in:
Sam Gateau 2019-06-13 10:28:34 -07:00
parent d6f90c497f
commit 97236570d8

View file

@ -145,10 +145,10 @@ bool Profiler::isRenderMethodDeferredCapable() {
return false;
}
// We know for fact that the INtel Iris is problematic...
if ((gpuModel.find("Intel Iris") != std::string::npos)) {
return false;
}
// We know for fact that one INtel Iris is problematic, not enough info yet for sure
// if ((gpuModel.find("Intel Iris ....") != std::string::npos)) {
// return false;
//}
return true;
#elif defined(Q_OS_ANDROID)