More Info

Revision b373788...

(Back to digest)
 

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