Revision b373788...

Go back to digest for 1st May 2011

Bug Fixes in KDE Base

Martin Gräßlin committed changes in [kde-workspace] kwin/scene_opengl.cpp:

Perform glFlush before deleting the EffectFrame's pixmaps

On NVIDIA it is possible that the actual rendering gets delayed to
after the deletion of the pixmap during the end of fullscreen effects.
This was causing freezes. By using glFlush before deleting the pixmaps
we can ensure that the pixmap is not needed anymore after the pixmaps
are deleted.


FIXED-IN: 4.6.3

File Changes

Modified 1 files
  • kwin/scene_opengl.cpp
1 files changed in total