https://bugs.kde.org/show_bug.cgi?id=521960
Zamundaaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/a379d1d66f |ma/kwin/-/commit/83e413ab71 |9a7902fe64e4e57a12ce50ef483 |aac79c14de7e90e941fb2a0b314 |968 |477 --- Comment #2 from Zamundaaa <[email protected]> --- Git commit 83e413ab71aac79c14de7e90e941fb2a0b314477 by Xaver Hugl. Committed on 23/06/2026 at 17:26. Pushed by zamundaaa into branch 'Plasma/6.7'. scene/surfaceitem_wayland: immediately update the release point of the texture The texture's buffer and release point will be changed before the next time it's accessed, so keeping the old release point referenced just unnecessarily keeps a buffer from being re-used by the client. This works around some freezes in Chromium, which doesn't deal well with buffers being kept referenced by KWin after it sets a different one on the surface. Related: bug 521687 (cherry picked from commit a379d1d66f9a7902fe64e4e57a12ce50ef483968) Co-authored-by: Xaver Hugl <[email protected]> M +4 -0 src/scene/surfaceitem_wayland.cpp M +5 -0 src/scene/texture.cpp M +1 -0 src/scene/texture.h https://invent.kde.org/plasma/kwin/-/commit/83e413ab71aac79c14de7e90e941fb2a0b314477 -- You are receiving this mail because: You are watching all bug changes.
