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 663720 - DeformEffect: Avoid redrawing actors on vertices invalidation
DeformEffect: Avoid redrawing actors on vertices invalidation
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterEffect
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-09 18:25 UTC by Lionel Landwerlin
Modified: 2011-11-14 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch v1 (1.07 KB, patch)
2011-11-09 18:25 UTC, Lionel Landwerlin
committed Details | Review

Description Lionel Landwerlin 2011-11-09 18:25:27 UTC
Created attachment 201087 [details] [review]
Patch v1

When invalidating the vertices deforming an actor, we don't need to repaint the offscreen texture of the actor being deformed. We can just update the vertices and repaint the effect.
Comment 1 Emmanuele Bassi (:ebassi) 2011-11-10 10:08:36 UTC
Review of attachment 201087 [details] [review]:

looks good to me.
Comment 2 Emmanuele Bassi (:ebassi) 2011-11-14 12:02:30 UTC
Attachment 201087 [details] pushed to master