graesslin added inline comments.

INLINE COMMENTS

> davidedmundson wrote in scene_opengl.cpp:1191-1194
> changed is called from a timer, so we can be pretty confident that we're 
> called mid-doing anything else, but I'm happy to do something else?
> 
> to be clear are you suggesting we:
> 
> - makeOpenGLContextCurrent() but then don't call doneOpenGLContextCurrent?
> 
> or
> 
> - set a flag, and delete it next perfectPaintWindow
> 
> or
> 
> - something completely different
> 
> Note that I have this same pattern in my BlurEffect mod I phab'd yesterday, 
> so I'll make that follow this.

best would be if we knew that the context is current. But that's unfortunately 
wishful thinking.

My suggestion would be to do your option 1:

> makeOpenGLContextCurrent() but then don't call doneOpenGLContextCurrent?

In the good old days of pre-Qt5 KWin made the context current exactly once and 
then never called done. This changed with QtQuick also making a context 
current. So IIRC we can just make it current but don't have to call done. But 
I'm not 100 % sure.

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D7888

To: davidedmundson, #plasma, graesslin
Cc: graesslin, plasma-devel, kwin, #kwin, bwowk, ZrenBot, progwolff, 
lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart

Reply via email to