Skip to content

opengl/eglcontext: tell Qt when the OpenGL context gets changed

Xaver Hugl requested to merge work/zamundaaa/qt-opengl-context into master

Otherwise, Qt thinks the old context is still current and will do things like destroying VAOs with KWin's context, which ends up destroying the VAO of the context and breaks rendering.

BUG: 479094

Merge request reports