https://bugs.kde.org/show_bug.cgi?id=520198
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kdeplasma-addons/-/commi |ma/kdeplasma-addons/-/commi |t/fc319089766ea21e92543b025 |t/6f1c66118427e291590285a3d |36ae4e5eb697727 |fd42c1203a6dd78 --- Comment #3 from Vlad Zahorodnii <[email protected]> --- Git commit 6f1c66118427e291590285a3dfd42c1203a6dd78 by Vlad Zahorodnii. Committed on 20/05/2026 at 14:46. Pushed by vladz into branch 'Plasma/6.7'. kwin/effects/cube: Use Offscreen rendering mode With the recent kwin changes, the quick effects will render into GraphicsBuffers. The GraphicsBuffers have their origin in the top-left corner, which is different from the texture origin on OpenGL. To account for that, kwin sets the QQuickRenderTarget::mirrorVertically() property for the corresponding render targets, but the QtQuick3D renderer ignores that property when rendering directly to the window so the resulting image is flipped vertically. (cherry picked from commit fc319089766ea21e92543b02536ae4e5eb697727) M +2 -1 kwin/effects/cube/package/contents/ui/ScreenView.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/6f1c66118427e291590285a3dfd42c1203a6dd78 -- You are receiving this mail because: You are watching all bug changes.
