After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 784080 - Add wl_surface.damage_buffer() support
Add wl_surface.damage_buffer() support
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2017-06-22 08:09 UTC by Jonas Ådahl
Modified: 2017-07-12 04:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: Add support for wl_surface.damage_buffer (7.18 KB, patch)
2017-06-22 08:09 UTC, Jonas Ådahl
committed Details | Review
wayland: Random whitespace fixes (3.06 KB, patch)
2017-06-22 08:09 UTC, Jonas Ådahl
committed Details | Review

Description Jonas Ådahl 2017-06-22 08:09:05 UTC
This adds support for the wl_surface.damage_buffer() request which marks a
region of the buffer in the buffer coordinate space as damaged, instead of the
surface coordinate space.
Comment 1 Jonas Ådahl 2017-06-22 08:09:11 UTC
Created attachment 354217 [details] [review]
wayland: Add support for wl_surface.damage_buffer

Implements support for the wl_surface.damage_buffer request, which
damages the buffer using buffer coordinate space.
Comment 2 Jonas Ådahl 2017-06-22 08:09:17 UTC
Created attachment 354218 [details] [review]
wayland: Random whitespace fixes
Comment 3 Rui Matos 2017-07-07 12:53:44 UTC
Review of attachment 354217 [details] [review]:

seems fine
Comment 4 Rui Matos 2017-07-07 12:53:48 UTC
Review of attachment 354218 [details] [review]:

ok
Comment 5 Jonas Ådahl 2017-07-12 04:32:20 UTC
Attachment 354217 [details] pushed as 9af6ec7 - wayland: Add support for wl_surface.damage_buffer
Attachment 354218 [details] pushed as 538e402 - wayland: Random whitespace fixes