From d2b1192257ec713f2aa3b33ded3cd5c55638fb31 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 2 Jan 2025 19:15:14 +0100 Subject: [PATCH] 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 Part-of: --- src/gallium/auxiliary/vl/vl_compositor.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gallium/auxiliary/vl/vl_compositor.c b/src/gallium/auxiliary/vl/vl_compositor.c index fefac747733..67d59accc2d 100644 --- a/src/gallium/auxiliary/vl/vl_compositor.c +++ b/src/gallium/auxiliary/vl/vl_compositor.c @@ -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