Re: [PATCH weston 7/7] compositor-drm: Add support for using the pixman renderer

2013-01-23 Thread Armin K.
Hello, I'm not a programmer, but you might want to add --use-pixman in weston --help output. It currently displays this Options for drm-backend.so: --connector=IDBring up only this connector --seat=SEAT The seat that weston should run on --tty=TTY The tty

[PATCH weston 7/7] compositor-drm: Add support for using the pixman renderer

2013-01-22 Thread Ander Conselvan de Oliveira
If --use-pixman is passed as command line option to weston, the drm backend will use the pixman renderer instead of the gl one. --- src/compositor-drm.c | 209 -- 1 file changed, 187 insertions(+), 22 deletions(-) diff --git a/src/compositor-drm.c