From efaca34bc51bdfd578e0c5a656b5a68c7b06a85b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 7 Jan 2013 15:52:44 -0500 Subject: [PATCH] Document --use-pixman option --- man/weston.man | 5 +++++ src/compositor.c | 1 + 2 files changed, 6 insertions(+) diff --git a/man/weston.man b/man/weston.man index 228cfe5..0e520e0 100644 --- a/man/weston.man +++ b/man/weston.man @@ -163,6 +163,11 @@ X windows to emulate the same number of outputs. \fB\-\-width\fR=\fIW\fR, \fB\-\-height\fR=\fIH\fR Make the default size of each X window .IR W x H " pixels." +.TP +.B \-\-use\-pixman +Use the pixman renderer. By default weston will try to use EGL and +GLES2 for rendering. Passing this option will make weston use the +pixman library for software compsiting. . .\" *************************************************************** .SH FILES diff --git a/src/compositor.c b/src/compositor.c index e556766..cd11f6b 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -3214,6 +3214,7 @@ usage(int error_code) " --width=WIDTH\t\tWidth of X window\n" " --height=HEIGHT\tHeight of X window\n" " --fullscreen\t\tRun in fullscreen mode\n" + " --use-pixman\t\tUse the pixman (CPU) renderer\n" " --output-count=COUNT\tCreate multiple outputs\n" " --no-input\t\tDont create input devices\n\n"); -- 2.7.4