mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Robert Bragg
56f36cf9c2
primitives: validate with _cogl_pipeline_foreach_layer
Switch _cogl_rectangles_with_multitexture_coords to using _cogl_pipeline_foreach_layer to iterate the layers of a pipeline when validating instead of iterating the pipelines internal list, which is risky since any modifications to pipelines (even to an override pipeline derived from the original), could potentially corrupt the list as it is being iterated.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%