Skip to content

Do not set QSG_RENDER_LOOP Variable

David Redondo requested to merge work/davidre/noleakrender into master

This leaks to other processes that are started by KWin. The QPA sets ThreadedOpenGL capability to false which suffices to use the basic render loop with OpenGL.

Merge request reports