queue pending buffers for wayland shm clients
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 16 Oct 2015 19:45:23 +0000 (15:45 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 16 Oct 2015 19:48:46 +0000 (15:48 -0400)
commit1ee825d29c2ca6d35da5f0860838d57019bca3f2
tree552f86cd506add48925a8f699ddcb414f83e3ec7
parent1a87463083fa9e343aa38b4c8824db0c92645b8e
queue pending buffers for wayland shm clients

due to how deferred rendering works, it's possible for a client to
send a second buffer before enlightenment has rendered the first one.
in this situation, it seems that the best solution is to queue successive
buffers (frames) and pop the queue after each render

ref T2784
src/bin/e_pixmap.c