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 719747 - ClutterStage: Don't add empty actors to the stage clip
ClutterStage: Don't add empty actors to the stage clip
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-12-03 05:33 UTC by Owen Taylor
Modified: 2013-12-05 11:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ClutterStage: Don't add empty actors to the stage clip (1007 bytes, patch)
2013-12-03 05:33 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2013-12-03 05:33:42 UTC
Currently, if an actor with an empty clip is queued for redraw, it
will union in the box +0+0x1x1 to the stage clip bounds - avoid that
by special casing empty paint volumes.
Comment 1 Owen Taylor 2013-12-03 05:33:44 UTC
Created attachment 263369 [details] [review]
ClutterStage: Don't add empty actors to the stage clip
Comment 2 Owen Taylor 2013-12-05 02:55:49 UTC
oops, pushed this to clutter-1.18. Thought I remembered it being reviewed, but it wasn't.
I'm not going to revert it right now, but let me know if you want it reverted or
modified.

Attachment 263369 [details] pushed as a2551df - ClutterStage: Don't add empty actors to the stage clip
Comment 3 Emmanuele Bassi (:ebassi) 2013-12-05 11:18:30 UTC
I pushed it to clutter-1.18 after local review and simply forgot to mark the bug as fixed.