Georges Basile Stavracas Neto 5e680fd43f clutter/effect: Add paint nodes to all paint vfuncs
In the purely paint node based rendering future, ClutterEffects
simply add more paint nodes to the tree when painting the actor.

This is the leap to achieve that future.

Add paint nodes to pre_paint, paint, and post_paint, and move the
ClutterEffectNode creation to _clutter_effect_paint().

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1355
2020-07-06 11:05:59 -03:00
..