Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 11th, 2012  |  syntax: None  |  size: 0.63 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff --git a/kwin/scene_opengl_egl.cpp b/kwin/scene_opengl_egl.cpp
  2. index 87690bf..d0ce360 100644
  3. --- a/kwin/scene_opengl_egl.cpp
  4. +++ b/kwin/scene_opengl_egl.cpp
  5. @@ -42,9 +42,6 @@ SceneOpenGL::SceneOpenGL(Workspace* ws)
  6.          kError(1212) << "Required support for binding pixmaps to EGLImages not found, disabling compositing";
  7.          return;
  8.      }
  9. +    GLPlatform *glPlatform = GLPlatform::instance();
  10. +    glPlatform->detect();
  11. +    glPlatform->printResults();
  12.      initGL();
  13.      if (!hasGLExtension("GL_OES_EGL_image")) {
  14.          kError(1212) << "Required extension GL_OES_EGL_image not found, disabling compositing";