DDaniel Stonedoc, man: document PipeWire backend
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
compositor: support loading backend via shortened name While the --backend parameter looks like it takes a file name, it really is selected from a list of supported strings that are then funneled through a translation to enum weston_compositor_backend [1]. Because all backend parameters are of the form "...-backend.so", and writing "--backend=...-backend.so" is boring, allow the --backend option to match the backend name without "-backend.so" suffix instead. For example, this allows to use "--backend=headless" instead of "--backend=headless-backend.so". Update help text and documentation. Keep the old way working for backwards compatibility. [1] 50dbf385140b ("libweston: use enum to choose the backend") Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> | 3 年前 | |
desktops-shell: Add tiled orientation support using key-bindings Patch adds KEY_UP/KEY_DOWN for tiled top and bottom positioning, KEY_LEFT/KEY_RIGHT correspondingly, for left and right positioning. It also modifies the man page to include these new bindings, But also with commit 'compositor: Remove desktop zoom' we no longer have zoom effects so removed them. Signed-off-by: Marius Vlad <marius.vlad@collabora.com> | 3 年前 | |
Fix typos all around (thanks codespell!) | 7 年前 | |
backend-drm: allow more formats with pixman-renderer Clean up the code a little by dropping the now unnecessary switch case in drm_output_init_pixman(). As a side effect, this enables all formats that have a pixman_format entry in the pixel format table: - rgb565 - xrgb8888 - argb8888 - xbgr8888 - abgr8888 - rgbx8888 - rgba8888 - bgrx8888 - bgra8888 - xrgb2101010 - argb2101010 - xbgr2101010 - abgr2101010 Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> | 3 年前 | |
compositor: support loading backend via shortened name While the --backend parameter looks like it takes a file name, it really is selected from a list of supported strings that are then funneled through a translation to enum weston_compositor_backend [1]. Because all backend parameters are of the form "...-backend.so", and writing "--backend=...-backend.so" is boring, allow the --backend option to match the backend name without "-backend.so" suffix instead. For example, this allows to use "--backend=headless" instead of "--backend=headless-backend.so". Update help text and documentation. Keep the old way working for backwards compatibility. [1] 50dbf385140b ("libweston: use enum to choose the backend") Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> | 3 年前 | |
compositor: support loading backend via shortened name While the --backend parameter looks like it takes a file name, it really is selected from a list of supported strings that are then funneled through a translation to enum weston_compositor_backend [1]. Because all backend parameters are of the form "...-backend.so", and writing "--backend=...-backend.so" is boring, allow the --backend option to match the backend name without "-backend.so" suffix instead. For example, this allows to use "--backend=headless" instead of "--backend=headless-backend.so". Update help text and documentation. Keep the old way working for backwards compatibility. [1] 50dbf385140b ("libweston: use enum to choose the backend") Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> | 3 年前 | |
doc, man: document PipeWire backend Add documentation for the PipeWire backend. Co-authored-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> | 3 年前 | |
doc, man: document PipeWire backend Add documentation for the PipeWire backend. Co-authored-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> | 3 年前 |