Revision 950b8a6...

Go back to digest for 7th October 2012

Other in KDE Base

Martin Gräßlin committed changes in [kde-workspace] /:

Do not resolve glx functions specified in GLX 1.3

According to the OpenGL ABI for Linux GLX 1.3 is a minimum requirement.
Therefore we do not need to resolve the symbols which are present in that
version.

KWin did always require at least 1.3, for all the resolved functions
there were checks in the Scene, but they might have been incorrect.
Instead now the GLX version is checked and OpenGL compositing is blocked
if there is not at least GLX 1.3.

REVIEW: 106704

File Changes

Modified 3 files
  •   kwin/glxbackend.cpp
  •   kwin/libkwineffects/kwinglutils_funcs.cpp
  •   kwin/libkwineffects/kwinglutils_funcs.h
3 files changed in total