https://bugs.kde.org/show_bug.cgi?id=519943
Zamundaaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/c1135c4cb4 | |3cbc6baa62f7d4d4b2165eeb74b | |00a Resolution|--- |FIXED --- Comment #2 from Zamundaaa <[email protected]> --- Git commit c1135c4cb43cbc6baa62f7d4d4b2165eeb74b00a by Xaver Hugl. Committed on 11/05/2026 at 12:43. Pushed by zamundaaa into branch 'master'. egldisplay: work around udmabuf issues on Nvidia and Intel Sampling from them results in glitches on i915, and black on the proprietary Nvidia driver. The workaround is to just not allow udmabuf imports on these drivers. It can be turned off again for testing with the KWIN_DISABLE_UDMABUF_IMPORT=0 environment variable. Related: bug 519928 M +2 -2 autotests/test_colorspaces.cpp M +28 -0 src/core/drmdevice.cpp M +7 -0 src/core/drmdevice.h M +1 -1 src/core/renderdevice.cpp M +10 -4 src/opengl/egldisplay.cpp M +4 -2 src/opengl/egldisplay.h https://invent.kde.org/plasma/kwin/-/commit/c1135c4cb43cbc6baa62f7d4d4b2165eeb74b00a -- You are receiving this mail because: You are watching all bug changes.
