D7698: Pass EGL information from AbstractEglBackend to Platform instead of query

2017-09-07 Thread Martin Flöser
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

D7698: Pass EGL information from AbstractEglBackend to Platform instead of query

2017-09-07 Thread David Edmundson
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,

D7698: Pass EGL information from AbstractEglBackend to Platform instead of query

2017-09-06 Thread Martin Flöser
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=19236 BRANCH

D7698: Pass EGL information from AbstractEglBackend to Platform instead of query

2017-09-05 Thread Martin Flöser
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.