summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2021-04-15 16:14:03 +0300
committerPekka Paalanen <pekka.paalanen@collabora.com>2021-06-14 16:04:43 +0300
commit478123b967bed48e87301ae0dfbedc1cbdb9ac65 (patch)
tree169c0b6d68e554e310155540f6deee012d5cdfd0 /man
parentd2cfbff186fb722df8a4184eaeb10335bdbcd06d (diff)
downloadweston-478123b967bed48e87301ae0dfbedc1cbdb9ac65.tar.gz
Revert "compositor: add weston.ini option use-renderer-shadow"
This reverts commit 81ef6d0ab362fbdaaed2bc5edfce069b25ab10eb. This also removes a bit from "tests: ensure color-lcms plugin loads". Use of the shadow buffer is determined automatically based on color transformations by the previous commit "gl-renderer: use shadow framebuffer automatically". Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'man')
-rw-r--r--man/weston.ini.man13
1 files changed, 0 insertions, 13 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index d8efa7ab..515995d8 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -565,19 +565,6 @@ 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"