Re: [PATCH] protocol: deprecate wl_surface.damage

2018-11-04 Thread Derek Foreman
IMHO this is a win. Reviewed-by: Derek Foreman I think we can follow it up by removing surface damage in surface co-ordinates from weston clients - if we don't want people using it, we shouldn't be giving then good examples of how. I also think it's reasonable for compositor writers to take the

I would like to learn how this project build Wayland

2018-11-04 Thread Valentino Bocchino
Hi, I’m Valentino, I come from Italy and I’m 14 years old. I am really interested in learning programming languages and I thought that asking the Wayland team how they built Wayland could be a great idea. I don’t carry any kind of experience, so I probably can’t help to this project, but if I co

[no subject]

2018-11-04 Thread cmailings
___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

[PATCH] protocol: deprecate wl_surface.damage

2018-11-04 Thread Simon Ser
This commit deprecates wl_surface.damage in favor of wl_surface.damage_buffer. Having two requests makes it complicated for the compositor to handle damage, making it necessary to transform one into the other's coordinates. Moreover, integration with wp_viewporter is tricky. Signed-off-by: Simon