[Wayland-bugs] [Bug 761312] memory leak
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Tue Feb 2 01:14:49 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761312
--- Comment #19 from Jonas Ã…dahl <jadahl at gmail.com> ---
Yes. mesa listens for release events and keeps track of what buffers are in
use. IIRC it'll normally keep 2 or 3 buffers, depending on whether its a
synchronized subsurface or not, in which it needs 3 (active, cached, pending).
Assuming we are not copying the EGL buffer content, in mutter we need to wait
with sending wl_buffer.release until the buffer is replaced by some other on at
least the next commit.
I'm not sure if we'll need to hold the buffer even longer when we have
buffer->plane optimizations.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20160202/76665f49/attachment.html>
More information about the wayland-bugs
mailing list