We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6766290 + 9cc97f0 commit 6232d02Copy full SHA for 6232d02
src/core/gl_surface_qt.cpp
@@ -365,7 +365,8 @@ bool GLSurfaceQtEGL::InitializeOneOff()
365
LOG(ERROR) << "eglInitialize failed with error " << GetLastEGLErrorString();
366
return false;
367
}
368
-
+#if 0
369
+// QTBUG-57290
370
g_egl_surfaceless_context_supported = ExtensionsContain(g_extensions, "EGL_KHR_surfaceless_context");
371
if (g_egl_surfaceless_context_supported) {
372
scoped_refptr<GLSurface> surface = new GLSurfacelessQtEGL(Size(1, 1));
@@ -382,7 +383,7 @@ bool GLSurfaceQtEGL::InitializeOneOff()
382
383
context->ReleaseCurrent(surface.get());
384
385
386
+#endif
387
initialized = true;
388
return true;
389
0 commit comments