| Summary: | Looking Glass effect freezes up compositing when activated | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Stephan Sokolow <kde_bugzilla_2> |
| Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | progger1986 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Stephan Sokolow
2009-02-11 01:32:28 UTC
Oh, and the other two magnification effects do work. *** Bug 189816 has been marked as a duplicate of this bug. *** SVN commit 960039 by graesslin: The assert for popRenderTarget in kwinshadereffect caused the kwin freezes as if assert has not been compiled in, the fbo will never be detached. So now we have working looking glass and sharpen effect back. BUG: 183981 M +2 -1 kwinshadereffect.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=960039 SVN commit 960514 by graesslin: Backport revision 960039: The assert for popRenderTarget in kwinshadereffect caused the kwin freezes as if assert has not been compiled in, the fbo will never be detached. So now we have working looking glass and sharpen effect back. CCBUG: 183981 M +2 -1 kwinshadereffect.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=960514 |