https://bugs.kde.org/show_bug.cgi?id=388808
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Neon Packages |Kubuntu Packages CC| |k...@davidedmundson.co.uk Ever confirmed|0 |1 Summary|interactions with the |RubberBand has repeated |desktop area are sluggish |large texture uploads Status|UNCONFIRMED |CONFIRMED Version|5.13.3 |5.10.5 --- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- I don't want to have generic "it's sluggish" reports. As per that other thread the hardware is struggling with GL QtQuick. But in this case that hardware has highlighted a weak spot we should optimise regardless. RubberBand::RubberBand(QQuickItem *parent) : QQuickPaintedItem(parent) We're uploading a new texture the size of the band every single mouse move. Texture uploads are one of the slowest things we can do. A few thoughts: * Do we even want the QStyle theme on plasma? If not, we can just use a Rectangle / FrameSVG * If we do, we should render once and 9-tile it -- You are receiving this mail because: You are watching all bug changes.