Re: weston: Add config option to enable pixman-based rendering

2018-09-21 Thread Thomas Zimmermann
Hi, thank you for the review. The MR is pending at [1]. but it's basically the same code as posted here. Please see my comments below. Am 18.09.2018 um 14:43 schrieb Emmanuel Gil Peyrot: >> diff --git a/compositor/main.c b/compositor/main.c >> index 1e827884..e7ac52ca 100644 >> ---

Re: weston: Add config option to enable pixman-based rendering

2018-09-18 Thread Emmanuel Gil Peyrot
Hi, On Wed, Jun 06, 2018 at 04:46:47PM +0200, Thomas Zimmermann wrote: > Pixman can be used for rendering if the default GLESv2 rendering > is broken or cannot be used. > > Pixman-based rendering is already available with the command-line > switch '--use-pixman'. This patch adds support for this

weston: Add config option to enable pixman-based rendering

2018-06-06 Thread Thomas Zimmermann
Pixman can be used for rendering if the default GLESv2 rendering is broken or cannot be used. Pixman-based rendering is already available with the command-line switch '--use-pixman'. This patch adds support for this option to the configuration file. Putting [core] use-pixman=true into