mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-14 18:58:10 +02:00
In commit "backend-drm: introduce color pipelines" we've started adding support for KMS plane color pipelines, which require libdrm >= 2.4.130. The final goal is using color pipelines to offload pre-blend color transformations. Currently we support offloading post-blend color transformations even with older libdrm versions, but that is not very useful by itself. This patch makes offloading post-blend color transformations dependent on the libdrm version as well. This allows keeping the code to offload pipelines in a single file (which is built only if libdrm >= 2.4.130), avoiding lots of #ifdefs and making the code easier to follow. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com> |
||
|---|---|---|
| .. | ||
| config-helpers.c | ||
| executable.c | ||
| main.c | ||
| meson.build | ||
| systemd-notify.c | ||
| text-backend.c | ||
| weston-private.h | ||
| weston-screenshooter.c | ||
| weston.desktop | ||
| weston.h | ||
| xwayland.c | ||