summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2020-12-02 14:45:58 +0200
committerPekka Paalanen <pekka.paalanen@collabora.com>2021-02-25 13:16:02 +0200
commit81ef6d0ab362fbdaaed2bc5edfce069b25ab10eb (patch)
tree3f400ba8c1b9f49e0ff0dd1f9a5dd40ef2b3f2d4 /man
parent7ef26886f57b2e8ec2c4c4eac1c29535a4a423a4 (diff)
downloadweston-81ef6d0ab362fbdaaed2bc5edfce069b25ab10eb.tar.gz
compositor: add weston.ini option use-renderer-shadow
This adds an output section option use-renderer-shadow in weston.ini. This option is only recognized with headless and DRM backends, because it requires GL-renderer and does not support resizing outputs. The option is called use-renderer-shadow because this is what it does right now. In the future the same setting will be used to turn on more complex image processing when operational pieces required for color management land. Once color management is implemented, this option is expected to be removed. This option allows developer testing of features to be used to implement color management. This is a rewrite of "weston.ini: introduce use-shadow-fbo in output config" by Harish Krupo. The main.c code is structured differently, the weston.ini option is renamed, and the man page paragraph is moved to weston.ini.man with different content. Cc: Harish Krupo <harishkrupo@gmail.com> Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'man')
-rw-r--r--man/weston.ini.man13
1 files changed, 13 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index 202d6c57..423448ad 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -551,6 +551,19 @@ A comma separated list of the IDs of applications to place on this output.
These IDs should match the application IDs as set with the xdg_shell.set_app_id
request. Currently, this option is supported by kiosk-shell.
.RE
+.TP 7
+.BI "use-renderer-shadow=" boolean
+Use a shadow framebuffer enabling two-pass composition for possible color
+mangling operations. This is an experimental feature that is only available
+on GL-renderer combined with headless or DRM backend. Setting this to true may
+turn on various composite rendering effects and/or stop composite-bypass in
+DRM-backend.
+
+.I Only for developer testing.
+
+Defaults to
+.BR false .
+.RE
.SH "INPUT-METHOD SECTION"
.TP 7
.BI "path=" "@weston_libexecdir@/weston-keyboard"