Georges Basile Stavracas Neto be3743ec3f clutter/offscreen-effect: Add new create_pipeline() vfunc
The most annoying aspect of ClutterOffscreenEffect right now, and
the reason for all its subclasses to override pre-paint, is that
the pipeline creating isn't under subclasses' control. That means
all subclasses must ask ClutterOffscreenEffect to run pre-paint
and create the pipeline, then they all create their own pipelines
to paint.

To reduce this complexity, add a new create_pipeline() vfunc to
ClutterOffscreenEffect. Next commits will port effects to use this
vfunc when necessary.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1355
2020-07-06 10:55:32 -03:00
..
2020-06-27 13:35:46 +00:00
2020-01-30 18:11:23 +01:00
2020-01-30 18:11:23 +01:00
2018-03-21 13:22:35 +08:00
2020-04-15 12:56:34 +00:00
2020-06-27 13:35:46 +00:00
2019-10-22 19:01:17 +00:00
2020-06-27 13:35:46 +00:00