https://bugs.kde.org/show_bug.cgi?id=472142
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/73c112e983 | |000a4894ec11d414a5db0350852 | |587 --- Comment #3 from Zamundaaa <xaver.h...@gmail.com> --- Git commit 73c112e983000a4894ec11d414a5db0350852587 by Xaver Hugl. Committed on 11/07/2023 at 13:03. Pushed by zamundaaa into branch 'Plasma/5.27'. Revert "backends/drm: use glReadPixels for CPU copy" This reverts commit fdbcb184ae914d67483264401eaf3d5e88015fb2. It didn't take into account that the framebuffer y axis is inverted in comparison to git master, so using glReadPixels causes the image to be inverted in 5.27. Fixing that by always copying into an intermediary buffer is possible, but would also negate most or all of the performance improvements, so reverting the commit is the best way to deal with this issue. M +14 -23 src/backends/drm/drm_egl_layer_surface.cpp M +0 -1 src/backends/drm/drm_egl_layer_surface.h https://invent.kde.org/plasma/kwin/-/commit/73c112e983000a4894ec11d414a5db0350852587 -- You are receiving this mail because: You are watching all bug changes.