kwin/effects/backgroundcontrast
Vlad Zahorodnii ed113171f3 effects: Disable blur and contrast effect when screen is locked
The results of the blur and the background contrast effect will never
be seen if the screen locker is active.

In order to avoid wasting computational resources, we could temporarily
disable the blur effect until the screen is unlocked.

Furthermore, given that the blur effect shrinks the clip region, it is
guaranteed that the compositor will have to render the desktop window
behind the lockscreen window. With this change, all windows behind the
screen locker will be properly clipped away.
2020-09-01 06:12:01 +00:00
..
.directory stub for the background contrast effect 2014-01-23 14:44:00 +01:00
CMakeLists.txt Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00
backgroundcontrast.kdev4 stub for the background contrast effect 2014-01-23 14:44:00 +01:00
contrast.cpp effects: Disable blur and contrast effect when screen is locked 2020-09-01 06:12:01 +00:00
contrast.h effects: Disable blur and contrast effect when screen is locked 2020-09-01 06:12:01 +00:00
contrastshader.cpp Use namespace kwin only in autotests 2020-08-21 22:06:36 +00:00
contrastshader.h Prettify license headers 2020-08-07 19:57:56 +00:00