D18824: Implement wl_eglstream_controller Server Interface

Erik Kurzinger noreply at phabricator.kde.org
Thu Feb 7 19:11:24 GMT 2019


ekurzinger created this revision.
ekurzinger added reviewers: romangg, davidedmundson, zzag, KWin.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
ekurzinger requested review of this revision.

REVISION SUMMARY
  This implements a wrapper class for the wl_eglstream_controller Wayland interface. It allows clients to inform the compositor when a new EGL Stream has been created with an Wayland surface attached as its producer. The compositor can then bind a GL texture as the stream's consumer allowing it access to the surface's buffer contents for presentation. The only client currently expected to make use of this interface is the NVIDIA EGL driver when running alongside a compositor supporting EGLStream-based buffer sharing.

REPOSITORY
  R127 KWayland

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

AFFECTED FILES
  src/client/protocols/wayland-eglstream-controller.xml
  src/server/CMakeLists.txt
  src/server/display.cpp
  src/server/display.h
  src/server/eglstream_controller_interface.cpp
  src/server/eglstream_controller_interface.h
  src/server/eglstream_controller_interface_p.h

To: ekurzinger, romangg, davidedmundson, zzag, #kwin
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190207/82664b4b/attachment.html>


More information about the Kde-frameworks-devel mailing list