Revision 2697a27...

Go back to digest for 15th July 2012

Bug Fixes in KDE Base

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

Fix logout effect including port to OpenGL 2

The logout effect was rather broken. First of all it was
excluded from build if OpenGL ES is present at build time. The
reason for this is that the effect did not work with GLES.

In order to fix that the vignetting is ported over to OpenGL 2
by using a dedicated shader. As well the lod based blur is
added through a dedicated shader and uses framebuffer blit to
get the current rendered buffer before rendering the logout
window into a texture.

Last but not least the isActive method was broken and is fixed
by checking whether the logout window is around.


FIXED-IN: 4.9.0
REVIEW: 105459

File Changes

Added 2 files
  • /effects/logout/data
  •   kwin/logout-blur.frag
  •   kwin/vignetting.frag
Modified 4 files
  • /effects
  •   kwin/CMakeLists.txt
  •   kwin/logout/CMakeLists.txt
  •   kwin/logout/logout.cpp
  •   kwin/logout/logout.h
6 files changed in total