Re: [PATCH v14 08/41] compositor-drm: Don't repaint if no damage

2018-01-18 Thread Daniel Stone
Hi, On 20 December 2017 at 12:26, Daniel Stone wrote: > If we don't have any damage for the primary plane, then don't force a > repaint; simply reuse the old buffer we already have. Thanks very much to Pekka and Philipp (in particular) for the review, and to those testing as well! I've pushed up

[PATCH v14 08/41] compositor-drm: Don't repaint if no damage

2017-12-20 Thread Daniel Stone
If we don't have any damage for the primary plane, then don't force a repaint; simply reuse the old buffer we already have. Signed-off-by: Daniel Stone Reviewed-by: Pekka Paalanen --- libweston/compositor-drm.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a