[Wayland-bugs] [Bug 761733] wayland: drawing artifacts as a result of incorrect use of shm_surface busy state
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Tue Feb 9 01:48:14 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761733
Jonas Ådahl <jadahl at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jadahl at gmail.com
Resolution|--- |DUPLICATE
--- Comment #2 from Jonas Ådahl <jadahl at gmail.com> ---
Hey. Yes, the buffer reusing was broken (it could also leak buffers), but it
was recently fixed by bug 761312 which got rid of the busy flag completely. A
buffer is now only-reused if a wl_buffer.release is received before painting
the next frame, which should be the common case if the compositor creates a GL
texture from the buffer right after it being committed. In other cases new
buffers are always created and old ones destroyed when released. This could of
course be improved later by keeping track of more buffers, but at least we
should behave correctly now.
So, marking this as a duplicate. Please re-open if you think the issue is still
present.
*** This bug has been marked as a duplicate of bug 761312 ***
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160209/c1838e9c/attachment.html>
More information about the wayland-bugs
mailing list