mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 01:24:10 +00:00
6ee3ece103
The blur pipeline is still cached on ClutterBlurEffect, and we simply update the uniforms when asked to create the pipeline. Now that ClutterOffscreenEffect will use the blur pipeline, it doesn't need to override the paint_target() vfunc anymore. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1355