Re: [PATCH 0/10] Add a mechanism for nested compositors to use subsurfaces without blitting

2013-11-22 Thread Neil Roberts
Looking at the Weston branch again I found some problems so I've force pushed a new version. I wasn't destroying the wl_buffer that the subcompositor creates with eglCreateWaylandBufferFromImageWL when the client destroys its buffer. This doesn't really matter because in this example the client do

Re: [PATCH 0/10] Add a mechanism for nested compositors to use subsurfaces without blitting

2013-11-22 Thread Neil Roberts
Hi, I think this thread has gotten a bit tangled so I've done a bit of minor rebasing for the patches and pushed them all to github: https://github.com/bpeel/wayland/commits/wip/wayland-subcompositor https://github.com/bpeel/mesa/commits/wip/wayland-subcompositor https://github.com/bpeel/weston/c

Re: [PATCH 0/10] Add a mechanism for nested compositors to use subsurfaces without blitting

2013-09-10 Thread Neil Roberts
I wrote: > • It seems to cause the nested-client to cycle between three buffers > while rendering whereas previously it would only use two. I may have > messed something up with the ordering between the frame callbacks and > the buffer release events but I'm not sure yet. I think I got to the bott