Commit 2445143a by Jamie Madill

Advertise EGL_EXT_platform_base.

We were not advertising the extension, though we require it for ANGLE_platform_angle. This was blocking dEQP functionality. Change-Id: I8781867e772b4b1af62f1387faa863f8ce21de76 Reviewed-on: https://chromium-review.googlesource.com/238082Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent e65d145b
......@@ -620,6 +620,7 @@ std::string Display::generateClientExtensionString()
extensions.push_back("EGL_EXT_client_extensions");
extensions.push_back("EGL_EXT_platform_base");
extensions.push_back("ANGLE_platform_angle");
if (supportsPlatformD3D())
......
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