
Untitled
By: a guest on
May 11th, 2012 | syntax:
None | size: 0.63 KB | hits: 17 | expires: Never
diff --git a/kwin/scene_opengl_egl.cpp b/kwin/scene_opengl_egl.cpp
index 87690bf..d0ce360 100644
--- a/kwin/scene_opengl_egl.cpp
+++ b/kwin/scene_opengl_egl.cpp
@@ -42,9 +42,6 @@ SceneOpenGL::SceneOpenGL(Workspace* ws)
kError(1212) << "Required support for binding pixmaps to EGLImages not found, disabling compositing";
return;
}
+ GLPlatform *glPlatform = GLPlatform::instance();
+ glPlatform->detect();
+ glPlatform->printResults();
initGL();
if (!hasGLExtension("GL_OES_EGL_image")) {
kError(1212) << "Required extension GL_OES_EGL_image not found, disabling compositing";