Mir

Code review comment for lp:~raof/mir/further-buffer-plumbing-cleanup

Revision history for this message
Chris Halse Rogers (raof) wrote :

The temp buffers were there to wrap
compositor_acquire/compositor_release and
snapshot_acquire/snapshot_release, mainly in order to drive the
buffer-release IPC.

Since we now drive the buffer-release IPC based on when the buffer
submitted to the queue hits refcount 0, we no longer need the extra
wrapper.

« Back to merge proposal