Re: [PATCH v16 06/23] compositor-drm: Centralise more transform checks

2018-07-06 Thread Pekka Paalanen
On Thu, 5 Jul 2018 18:16:33 +0100 Daniel Stone wrote: > Put some more transformation checks in drm_view_transform_supported. > Please mention that this patch removes the requirement of identical scales for overlays and the reason why. It seems to have been replaced with a less strict check

[PATCH v16 06/23] compositor-drm: Centralise more transform checks

2018-07-05 Thread Daniel Stone
Put some more transformation checks in drm_view_transform_supported. Signed-off-by: Daniel Stone Tested-by: Emre Ucan --- libweston/compositor-drm.c | 54 -- 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/libweston/compositor-drm.c