08f47fee16
Right now we're checking for the DISABLE_CLIPPED_REDRAWS debug flag after creating the fb_clip_region and adjusting the redraw_clip. That means that if may_use_clipped_redraw was TRUE, the redraw_clip will still be set to the region and thus cause the stage to only be partially redrawn. Since we don't push a clip to the framebuffer though (use_clipped_redraw is now FALSE), parts of the view will get corrupted. To fix that, disable clipped redraws right away if the debug flag is set. This also allows removing the may_use_clipped_redraw bool and replacing it entirely with use_clipped_redraw. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1113 |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |