weston: Add config option to enable pixman-based rendering
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 'weston.ini' enables pixman-based rendering for all backends that support it. With this change, pixman has to be enabled only once. Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/27 Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
This commit is contained in:
committed by
Daniel Stone
parent
ea54c2fda6
commit
22dd67ccea
@@ -201,6 +201,12 @@ directroy are:
|
||||
.BR remoting-plugin.so
|
||||
.fi
|
||||
.RE
|
||||
.TP 7
|
||||
.BI "use-pixman=" true
|
||||
Enables pixman-based rendering for all outputs on backends that support it.
|
||||
Boolean, defaults to
|
||||
.BR false .
|
||||
There is also a command line option to do the same.
|
||||
|
||||
.SH "LIBINPUT SECTION"
|
||||
The
|
||||
|
||||
Reference in New Issue
Block a user