gallium/video: Add enabled flag to vpp interface

Signed-off-by: Thong Thai <thong.thai@amd.com>
Reviewed-by: David Rosca <david.rosca@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41090>
This commit is contained in:
Thong Thai 2026-05-07 15:05:24 +00:00 committed by Marge Bot
parent 45250d56fa
commit cfd2d9f411

View file

@ -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;