Re: [PATCH v20 06/10] compositor-drm: Never lift solid surfaces to planes

2018-07-11 Thread Pekka Paalanen
On Wed, 11 Jul 2018 11:41:30 +0100 Daniel Stone wrote: > This will never work, so don't even try to do it. > True, even more generally than just solid surfaces which are a special case of a surface that currently does not have a buffer (anymore). This catches also all wl_shm surfaces with

[PATCH v20 06/10] compositor-drm: Never lift solid surfaces to planes

2018-07-11 Thread Daniel Stone
This will never work, so don't even try to do it. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c index 65079eac0..c7ca6ef79 100644 --- a/libweston/compositor-drm.c +++