https://bugs.kde.org/show_bug.cgi?id=520198
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kdeplasma-addons/-/commi | |t/fc319089766ea21e92543b025 | |36ae4e5eb697727 Resolution|DUPLICATE |FIXED --- Comment #2 from Vlad Zahorodnii <[email protected]> --- Git commit fc319089766ea21e92543b02536ae4e5eb697727 by Vlad Zahorodnii. Committed on 20/05/2026 at 14:37. Pushed by vladz into branch 'master'. 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. M +2 -1 kwin/effects/cube/package/contents/ui/ScreenView.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/fc319089766ea21e92543b02536ae4e5eb697727 -- You are receiving this mail because: You are watching all bug changes.
