This revision was automatically updated to reflect the committed changes.
Closed by commit R108:9381411b9112: Pass EGL information from
AbstractEglBackend to Platform instead of query (authored by graesslin).
REPOSITORY
R108 KWin
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D7698?vs
davidedmundson accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R108 KWin
BRANCH
egl-backend-to-platform
REVISION DETAIL
https://phabricator.kde.org/D7698
To: graesslin, #kwin, #plasma, davidedmundson
Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezha
graesslin updated this revision to Diff 19236.
graesslin added a comment.
Restricted Application edited projects, added Plasma; removed KWin.
Don't unset the EGLDisplay in the platform
REPOSITORY
R108 KWin
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D7698?vs=19210&id=19236
BRAN
graesslin created this revision.
Restricted Application added a project: KWin.
Restricted Application added subscribers: kwin, plasma-devel.
REVISION SUMMARY
So far the Platform performed a deep query into the AbstractEglBackend
to get information such as EGLContext, EGLConfig, EGLSurface. Thi