https://bugs.kde.org/show_bug.cgi?id=364766
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kde | |clarative/c244729b67714f2c3 | |c471815b1cdafa6ac5e8d9d --- Comment #86 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit c244729b67714f2c3c471815b1cdafa6ac5e8d9d by David Edmundson. Committed on 07/04/2019 at 15:35. Pushed by davidedmundson into branch 'master'. Enable glGetGraphicsResetStatus support by default on Qt >= 5.13 Summary: I added support in Qt for handling Nvidia's glGetGraphicsResetStatus flag, which reports when it has lost it's context and the visual state needs refreshing. As it required some changes in various other parts of Qt and Plasma this was opt-in behind a QSurfaceFormat flag which I exposed to Plasma users via a config option. Since Qt5.12.2 everything seems to work nicely. This patch enables support on Qt >= 5.13 to play safe. Test Plan: Feedback from wide test audience on the bug report. Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D20087 M +7 -1 src/quickaddons/qtquicksettings.cpp https://commits.kde.org/kdeclarative/c244729b67714f2c3c471815b1cdafa6ac5e8d9d -- You are receiving this mail because: You are watching all bug changes.