[Wayland-bugs] [Bug 49002] EGL/GBM: Make it possible to share buffers from compositor to clients
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 3 10:20:22 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=49002
--- Comment #2 from Daniel Stone <daniel at fooishbar.org> ---
EGL implementations can already send a wl_surface along to the server, but then
we need a way to indicate to gbm that a particular surface is (or isn't) a
scanout candidate. gbm can then arbitrate buffer allocations itself. This is
quite complex, but with this simple API addition, all hidden inside the
implementation:
gbm_surface_set_scanout_candidate(struct gbm_surface *surface, bool scanout)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20141003/789f9c74/attachment.html>
More information about the wayland-bugs
mailing list