Summary: | snow effect becomes very slow while present window effect is active | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | g111 |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
g111
2010-10-17 21:49:00 UTC
Git commit 3e8c9a65e2b165cd153ac15ccb59e30880de9258 by Martin Gr����lin. Pushed by graesslin into branch 'graesslin/kwin-cleanup'. Removing Snow Effect. The usefulness of the snow effect is doubtable and it is rather difficult to port the effect to the new rendering architecture introduced with GLES. It is probably easier to rewrite the complete effect from scratch, therefore it is removed for now. I might consider readding it for 4.7. This kind of "fixes" snow related bug reports. BUG: 259362 BUG: 254498 FIXED-IN: 4.7.0 M +0 -3 kwin/effects/CMakeLists.txt M +0 -6 kwin/effects/configs_builtins.cpp D +0 -33 kwin/effects/snow/CMakeLists.txt D +0 -33 kwin/effects/snow/data/snow.frag D +0 -47 kwin/effects/snow/data/snow.vert D +0 -450 kwin/effects/snow/snow.cpp D +0 -171 kwin/effects/snow/snow.desktop D +0 -107 kwin/effects/snow/snow.h D +0 -138 kwin/effects/snow/snow_config.cpp D +0 -86 kwin/effects/snow/snow_config.desktop D +0 -59 kwin/effects/snow/snow_config.h D +0 -200 kwin/effects/snow/snow_config.ui http://commits.kde.org/a5d5b61a/3e8c9a65e2b165cd153ac15ccb59e30880de9258 |