commit | 6156d675f455e9e6c2d16b4bbc7b180b9eaac97b | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Fri May 19 09:39:06 2017 -0500 |
committer | Derek Foreman <derekf@osg.samsung.com> | Fri May 19 16:43:55 2017 -0500 |
tree | 0e57f3d2ffc86423db9129f22c643ecc7c50b39a | |
parent | 9e07d25a1b933007c403df27fa430a82a2327743 [diff] |
clients: Allow simple-egl 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. This log is much longer than the patch. Reviewed-by: Daniel Stone <daniels@collabora.com>