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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user