Ray Strode bed82427c6 wayland: change accessible boolean to use_count counter
Since a buffer can be used by multiple surfaces at once,
we need to release the buffer only after all surfaces
are finished with it.  Currently we track whether or
not to release the buffer based on the accessible boolean.
This commit changes it to a counter to accomodate multiple
users.

Also, each surface needs to know whether not it is done with
the buffer, so this commit adds a buffer_used boolean to the
surface state.

https://bugzilla.gnome.org/show_bug.cgi?id=761613
2016-02-19 08:57:56 -05:00
2015-11-09 10:25:40 -05:00
2015-07-06 00:52:18 -07:00
2016-01-12 22:35:05 +02:00
2014-03-18 20:37:35 -04:00
2015-07-06 00:52:18 -07:00
2014-07-31 17:50:28 +02:00
2016-01-21 23:04:22 +01:00
Description
94 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%