From cfd2d9f411c2633f28ee8e913d2fbac2b6d035b5 Mon Sep 17 00:00:00 2001 From: Thong Thai Date: Thu, 7 May 2026 15:05:24 +0000 Subject: [PATCH] gallium/video: Add enabled flag to vpp interface Signed-off-by: Thong Thai Reviewed-by: David Rosca Part-of: --- src/gallium/include/pipe/p_video_state.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/include/pipe/p_video_state.h b/src/gallium/include/pipe/p_video_state.h index ea35df58091..28044d3bba3 100644 --- a/src/gallium/include/pipe/p_video_state.h +++ b/src/gallium/include/pipe/p_video_state.h @@ -2151,6 +2151,7 @@ struct pipe_av1_picture_desc struct pipe_vpp_blend { + bool enabled; enum pipe_video_vpp_blend_mode mode; /* To be used with PIPE_VIDEO_VPP_BLEND_MODE_GLOBAL_ALPHA */ float global_alpha;