mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 00:50:42 -05:00
be3743ec3f
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 |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |