Commit ab249d18 by Geoff Lang

Temporarily disable WGL debug contexts.

Change-Id: I62f29b8012386cd57181621e0854aa5a8ce534dd Reviewed-on: https://chromium-review.googlesource.com/254061Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent ac5274df
...@@ -243,11 +243,7 @@ egl::Error DisplayWGL::initialize(egl::Display *display) ...@@ -243,11 +243,7 @@ egl::Error DisplayWGL::initialize(egl::Display *display)
if (mFunctionsWGL->createContextAttribsARB) if (mFunctionsWGL->createContextAttribsARB)
{ {
int flags = 0; int flags = 0;
// TODO: also allow debug contexts through a user flag // TODO: allow debug contexts
#if !defined(NDEBUG)
flags |= WGL_CONTEXT_DEBUG_BIT_ARB;
#endif
// TODO: handle robustness // TODO: handle robustness
int mask = 0; int mask = 0;
......
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