Intel iGPU needs workaround on Windows

This commit is contained in:
Anuskuss
2019-11-15 09:04:21 +01:00
committed by kd-11
parent fcc841eaa1
commit 7e31c30133
+4 -1
View File
@@ -2271,8 +2271,11 @@ public:
{ {
case driver_vendor::AMD: case driver_vendor::AMD:
break; break;
case driver_vendor::NVIDIA:
case driver_vendor::INTEL: case driver_vendor::INTEL:
#ifdef _WIN32
break;
#endif
case driver_vendor::NVIDIA:
case driver_vendor::RADV: case driver_vendor::RADV:
m_wm_reports_flag = true; m_wm_reports_flag = true;
break; break;