mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 03:49:03 +00:00
Miguel A. Vico
59d2d5ef3b
wayland: Always realize buffers at surface commit time
Clients using EGLStream-backed buffers will expect the stream to be functional after wl_surface::attach(). That means the compositor-side stream must be created and a consumer attached to it. To resolve the above, this change realizes buffers even when the attach operation is deferred (e.g. synchronized subsurfaces). https://bugzilla.gnome.org/show_bug.cgi?id=782575 (cherry picked from commit 22723ca37173955d8ef4c6981795e91a85f4feb9)
…
…
…
…
…
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%