gallium/vl: Don't flush in vl_compositor yuv_deint and rgb_to_yuv

Instead let the callers do it, same as other vl_compositor functions.

Acked-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33165>
This commit is contained in:
David Rosca
2025-01-02 19:15:14 +01:00
committed by Marge Bot
parent 0f20a3a4f1
commit d2b1192257
-4
View File
@@ -777,8 +777,6 @@ vl_compositor_yuv_deint_full(struct vl_compositor_state *s,
}
}
}
s->pipe->flush(s->pipe, NULL, 0);
}
void
@@ -821,8 +819,6 @@ vl_compositor_convert_rgb_to_yuv(struct vl_compositor_state *s,
}
pipe_sampler_view_reference(&sv, NULL);
s->pipe->flush(s->pipe, NULL, 0);
}
void