https://bugs.kde.org/show_bug.cgi?id=455780
--- Comment #18 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit f1ff706b3b1e769eaf67c4a5042e522edc286ab3 by Vlad Zahorodnii. Committed on 08/12/2023 at 11:21. Pushed by vladz into branch 'master'. scripting: Cache WindowThumbnail textures Effects like overview can create more than one thumbnail for the same window. For example, if you have 4 virtual desktops, the overview is going to create 9 window thumbnails for the desktop background, which in its turn means that each thumbnail is going to have its own texture. That's not great. WindowThumbnailItem.sourceSize has been dropped because it's unused and will complicate texture caching. M +156 -147 src/scripting/windowthumbnailitem.cpp M +37 -18 src/scripting/windowthumbnailitem.h https://invent.kde.org/plasma/kwin/-/commit/f1ff706b3b1e769eaf67c4a5042e522edc286ab3 -- You are receiving this mail because: You are watching all bug changes.