Not all drivers support fb2 modifiers so read the capability before
using drmModeAddFB2WithModifiers.
Signed-off-by: Deepak Rawat
---
libweston/compositor-drm.c | 20 +++-
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/libweston/compositor-drm.c b/libweston/compos
The plane property FB_DAMAGE_CLIPS provides a way mark damaged regions
on the plane in framebuffer coordinates of the framebuffer attached to
the plane.
This patch adds a new member "damage" to compositor version of
drm_plane_state and set FB_DAMAGE_CLIPS property whenever damage is
available.
Si
Copy the damage region to scanout drm_plane_state which will be sent to
kernel during atomic state update.
Signed-off-by: Deepak Rawat
---
libweston/compositor-drm.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c
index
On Tue, 4 Sep 2018 13:05:37 -0600
Chris Murphy wrote:
> I've come across a regression from Fedora 28 to Fedora 29. Problem
> happens with combination of:
> 1. Wayland session
> 2. Chrome with hardware acceleration enabled; and also glxgears
> 3. multiple displays
> 4. moving the application windo