GNOME Bugzilla – Bug 788197
wayland/surface: Send buffer release events immediately
Last modified: 2017-09-28 14:00:31 UTC
See the patch for details, or https://lists.freedesktop.org/archives/wayland-devel/2017-September/035147.html for even more.
Created attachment 360462 [details] [review] wayland/surface: Send buffer release events immediately Just queuing the buffer release event is prone to starvation, so send the release immediately. See https://lists.freedesktop.org/archives/wayland-devel/2017-September/035147.html for more detailed explanation.
Review of attachment 360462 [details] [review]: ++ should it go to the stable branch too? from the wayland-devel discussion it seems like a useful and low risk fix
We haven't branched yet have we? Either way, yes it should be pretty safe and I think this can even land on .24 as well.
Attachment 360462 [details] pushed as 4e7405a - wayland/surface: Send buffer release events immediately
Backported to the 3.24 branch.