| Summary: | JJ: Don‘t apply lanczos filter when window doesn‘t change size in Present Windows Grid | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Kai Uwe Broulik <KaiUweBroulik2> |
| Component: | scene-opengl | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | Keywords: | junior-jobs |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kai Uwe Broulik
2011-01-19 15:05:56 UTC
just needs a check in lanczosfilter.cpp to apply the filter only if xScale <0.95 || yScale < 0.95 Git commit dfac51cd19182df3475226ca915bb32aa27e1ca7 by Thomas Lübking. Committed on 25/04/2011 at 16:30. Pushed by luebking into branch 'master'. only use lanczos filter when either direction is scaled below 90% BUG: 263653 M +1 -1 kwin/lanczosfilter.cpp http://commits.kde.org/kde-workspace/dfac51cd19182df3475226ca915bb32aa27e1ca7 |