Jonas Ådahl 10a0114856 wayland: Move buffer use count to MetaWaylandSurface
Each wl_surface.commit with a newly attached buffer should result in
one wl_buffer.release for the attached buffer. For example attaching
the same buffer to two different surfaces must always result in two
wl_buffer.release events being emitted by the server. The client is
responsible for counting the wl_buffer.release events and be sure to
have received as many release events as it has attached and committed
the buffer, before reusing it.

https://bugzilla.gnome.org/show_bug.cgi?id=762828
2016-03-29 18:26:10 +08:00
2015-11-09 10:25:40 -05:00
2015-07-06 00:52:18 -07:00
2016-03-27 07:25:53 +07:00
2016-03-21 14:58:09 -07:00
2016-03-22 18:17:09 +01:00
2015-07-06 00:52:18 -07:00
2014-07-31 17:50:28 +02:00
2016-03-22 18:17:09 +01:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%