Commit c104b2d2 by Jamie Madill Committed by Commit Bot

Re-enable WGL perf test configs.

These were accidentally dropped in https://crrev.com/c/1574674 . Re-enable so we can gather better perf stats on Windows machines. Bug: angleproject:3494 Change-Id: I92e9ba7e7783fddde1a47c0ffe056da7750d2c3b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1639063 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent f7106d16
...@@ -237,7 +237,7 @@ bool IsConfigWhitelisted(const SystemInfo &systemInfo, const PlatformParameters ...@@ -237,7 +237,7 @@ bool IsConfigWhitelisted(const SystemInfo &systemInfo, const PlatformParameters
} }
case GLESDriverType::SystemWGL: case GLESDriverType::SystemWGL:
// AMD does not support the ES compatibility extensions. // AMD does not support the ES compatibility extensions.
return IsAMD(vendorID); return !IsAMD(vendorID);
default: default:
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment