summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorAndreas Cord-Landwehr <cordlandwehr@kde.org>2017-12-06 13:30:12 +0100
committerAndreas Cord-Landwehr <andreas.cord-landwehr@claas.com>2018-12-13 17:09:13 +0000
commit3f05293648fd9b135bbe675d1b2ec873bae299ce (patch)
tree795467ed58afb8267948c40cba45e59b2907a184 /sync.profile
parent95dc3fd02ea3d1bea74e92b6d21c54758c461cd5 (diff)
Compositor: Implement linux-dmabuf-unstable-v1
[ChangeLog][Compositor] Added support for linux-dmabuf-unstable-v1. Implement client side DMABUF buffer sharing support by supporting the linux-dmabuf-unstable-v1 (version 3) protocol. For enabling DMABUF, set the following environment variables for the compositor: QT_QPA_PLATFORM=eglfs QT_WAYLAND_CLIENT_BUFFER_INTEGRATION=linux-dmabuf-unstable-v1 The current implementation supports the following DRM buffer formats: - RGB and RGBA - YUYV This implementation requires Mesa with the following patch applied. Otherwise, textures are not updated. The patch is contained in Mesa 18.1.5. See https://patchwork.freedesktop.org/patch/238080/ Fixes: QTBUG-66288 Fixes: QTBUG-67845 Change-Id: Id4d90337dbe0be956b0f964426ebed3f281c6c30 Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 756674cda..4cf07fcde 100644
--- a/sync.profile
+++ b/sync.profile
@@ -78,5 +78,9 @@
"^wayland-xdg-shell-unstable-v5-server-protocol.h",
"^wayland-xdg-shell-unstable-v6-server-protocol.h",
],
+ "$basedir/src/plugins/hardwareintegration/compositor/linux-dmabuf-unstable-v1" => [
+ "^qwayland-server-linux-dmabuf-unstable-v1.h",
+ "^wayland-linux-dmabuf-unstable-v1-server-protocol.h",
+ ],
);
@private_headers = ( qr/^qwayland-.*\.h/, qr/^wayland-.*-protocol\.h/ );