Re: [PATCH weston] gl-renderer: Build as a loadable module

2013-10-11 Thread Kristian Høgsberg
On Fri, Oct 11, 2013 at 05:07:27PM +0300, Ander Conselvan de Oliveira wrote: > The time spent loading EGL and GLES libraries from disk can be a > considerable hit in some embedded use cases. If Weston is compiled > with EGL support, the binary will depend on those libraries, even if > a software re

[PATCH weston] gl-renderer: Build as a loadable module

2013-10-11 Thread Ander Conselvan de Oliveira
The time spent loading EGL and GLES libraries from disk can be a considerable hit in some embedded use cases. If Weston is compiled with EGL support, the binary will depend on those libraries, even if a software renderer is in use. This patch splits the GL renderer into a separate loadable module,