Re: [PATCH] compositor: Add support for external back-ends

2016-09-12 Thread Pekka Paalanen
On Thu, 8 Sep 2016 16:45:13 +0200 Krzysztof Konopko wrote: > This commit adds ability to load external back-end implementations which is > required if they are not (and can not be) maintained within 'weston' tree. Hi, just to repeat for the purposes of archives, NAK for this whole idea as expla

Re: [PATCH] compositor: Add support for external back-ends

2016-09-09 Thread Krzysztof Konopko
On Thu, 2016-09-08 at 18:01 +0200, Quentin Glidic wrote: > On 08/09/2016 16:45, Krzysztof Konopko wrote: > > This commit adds ability to load external back-end implementations which is > > required if they are not (and can not be) maintained within 'weston' tree. > > > > libweston-backend is introd

Re: [PATCH] compositor: Add support for external back-ends

2016-09-08 Thread Quentin Glidic
On 08/09/2016 16:45, Krzysztof Konopko wrote: This commit adds ability to load external back-end implementations which is required if they are not (and can not be) maintained within 'weston' tree. libweston-backend is introduced to provide common back-end functionality to external implementation

[PATCH] compositor: Add support for external back-ends

2016-09-08 Thread Krzysztof Konopko
This commit adds ability to load external back-end implementations which is required if they are not (and can not be) maintained within 'weston' tree. libweston-backend is introduced to provide common back-end functionality to external implementations. Also few required functions are exported as