mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 03:49:03 +00:00
d05ce7cd26
This reworks _cogl_texture_quad_multiple_primitives so instead of using the CoglPipelineWrapModeOverrides mechanism to force the clamp to edge repeat mode we now derive an override pipeline using cogl_pipeline_copy instead. This avoids a relatively large, unconditional, memset.