diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c index 10e11d57c..467509d14 100644 --- a/src/compositor/meta-shaped-texture.c +++ b/src/compositor/meta-shaped-texture.c @@ -734,6 +734,8 @@ do_paint_content (MetaShapedTexture *stex, transforms.y_scale < 0.5) { paint_tex = select_texture_for_paint (stex, paint_context); + if (paint_tex != stex->texture) + min_filter = COGL_PIPELINE_FILTER_LINEAR_MIPMAP_NEAREST; } }