Re: [PATCH weston 2/2] compositor-wayland: Use damage_buffer if available

2016-02-11 Thread Bryce Harrington
On Fri, Jan 08, 2016 at 03:00:56PM -0600, Derek Foreman wrote: > Try to replace most usage of wl_surface.damage with > wl_surface.damage_buffer. Some calls are beyond our control, > such as the gl_renderer's damage handling. > > Signed-off-by: Derek Foreman Reviewed-by: Bryce Harrington > ---

[PATCH weston 2/2] compositor-wayland: Use damage_buffer if available

2016-01-08 Thread Derek Foreman
Try to replace most usage of wl_surface.damage with wl_surface.damage_buffer. Some calls are beyond our control, such as the gl_renderer's damage handling. Signed-off-by: Derek Foreman --- src/compositor-wayland.c | 52 ++-- 1 file changed, 42 inserti