Set names of various Cogl pipelines

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3433>
This commit is contained in:
Jonas Ådahl
2024-06-07 22:54:22 +02:00
committed by Sebastian Wick
parent 6cd28a84ac
commit aaba08e5aa
13 changed files with 25 additions and 1 deletions

View File

@ -954,6 +954,7 @@ make_shadow (MetaShadow *shadow,
g_free (buffer);
shadow->pipeline = meta_create_texture_pipeline (shadow->texture);
cogl_pipeline_set_static_name (shadow->pipeline, "MetaShadowFactory");
}
static MetaShadowParams *