kwin/effects/blur
Philipp Knechtges 2bfcfeceb4 kwin: fixing blur bug for move/resize events
The old blur version wrongly marked a cache region as valid with the
reason that this region would never become visible. It didnt matter
because the only case that this region could become visible was a
movement of the window on top, which back then would have forced a
workspace repaint of that region and as such would have invalidated
the cache anyway. With the introduction of addLayerRepaint the
last point is no longer true and we have to track the valid cache
regions more carefully.
2012-02-16 22:13:08 +01:00
..
blur.cpp kwin: fixing blur bug for move/resize events 2012-02-16 22:13:08 +01:00
blur.desktop SVN_SILENT made messages (.desktop file) 2011-09-09 09:21:44 +02:00
blur.h kwin: move/resize events shall not force a repaint of all layers 2012-02-12 16:57:12 +01:00
blur_config.cpp kwin: Optimizing Blur Part II 2011-09-18 02:01:31 +02:00
blur_config.desktop SVN_SILENT made messages (.desktop file) 2011-09-09 09:21:44 +02:00
blur_config.h
blur_config.ui kwin: Optimizing Blur Part II 2011-09-18 02:01:31 +02:00
blurshader.cpp kwin: Optimizing Blur Part II 2011-09-18 02:01:31 +02:00
blurshader.h kwin: Optimizing Blur Part II 2011-09-18 02:01:31 +02:00
CMakeLists.txt