Re: [PATCH 0/2] Add support for multiple framebuffer outputs

2015-08-07 Thread Bryce Harrington
On Tue, Jul 07, 2015 at 07:31:26AM -0500, Derek Foreman wrote: > On 06/07/15 03:31 AM, Sjoerd Simons wrote: > > This patchset add support for driving multiple framebuffers from weston. > > First > > patch drops the intermediate shadow buffer in the fbdev compositor, which > > turned out to be both

Re: [PATCH 0/2] Add support for multiple framebuffer outputs

2015-07-07 Thread Derek Foreman
On 06/07/15 03:31 AM, Sjoerd Simons wrote: > This patchset add support for driving multiple framebuffers from weston. First > patch drops the intermediate shadow buffer in the fbdev compositor, which > turned out to be both unneeded and buggy with non-0x0 rooted outputs second > patch actually adds

[PATCH 0/2] Add support for multiple framebuffer outputs

2015-07-06 Thread Sjoerd Simons
This patchset add support for driving multiple framebuffers from weston. First patch drops the intermediate shadow buffer in the fbdev compositor, which turned out to be both unneeded and buggy with non-0x0 rooted outputs second patch actually adds multiple output support. Sjoerd Simons (2): com