https://bugs.kde.org/show_bug.cgi?id=486460
--- Comment #34 from Vlad Zahorodnii <[email protected]> --- Git commit 280594354cd070ce99c2b24dfbfbdd0ae498341d by Vlad Zahorodnii, on behalf of Xaver Hugl. Committed on 28/06/2024 at 12:50. Pushed by vladz into branch 'master'. plugins/qpa: set deprecated functions option correctly If a context is forward compatible, that means the deprecated functions are not available, and if the QSurfaceFormat::DeprecatedFunctions option is set, that means they are available. Wrongly setting QSurfaceFormat::DeprecatedFunctions thus causes Qt to use OpenGL in a way the context doesn't actually support. M +1 -1 src/plugins/qpa/eglplatformcontext.cpp https://invent.kde.org/plasma/kwin/-/commit/280594354cd070ce99c2b24dfbfbdd0ae498341d -- You are receiving this mail because: You are watching all bug changes.
