commit | dbfd248da4ccfffde461de856a4d8504e33d91a9 | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Fri May 19 10:42:07 2017 -0500 |
committer | Derek Foreman <derekf@osg.samsung.com> | Fri May 19 16:44:03 2017 -0500 |
tree | 603af486c76ee17f734f2fbb56081542e79107fb | |
parent | 6156d675f455e9e6c2d16b4bbc7b180b9eaac97b [diff] |
libweston: Allow compositor-wayland to use wl_surface_damage_buffer wl_surface_damage_buffer landed ages ago, but in order for GL to use it the client must bind a wl_compositor version >= 4 (the version where damage_buffer was introduced). This patch updates the bind version and allows eglSwapBuffersWithDamage to actually use the provided damage rectangles instead of performing full surface damage. Reviewed-by: Daniel Stone <daniels@collabora.com>