mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-15 16:28:04 +02:00
pipe: Add PIPE_VIDEO_VPP_BLEND_MODE_PREMULTIPLIED_ALPHA
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:
parent
fa47f2ac8a
commit
5c53e955ce
1 changed files with 1 additions and 0 deletions
|
|
@ -336,6 +336,7 @@ enum pipe_video_vpp_blend_mode
|
|||
{
|
||||
PIPE_VIDEO_VPP_BLEND_MODE_NONE = 0x0,
|
||||
PIPE_VIDEO_VPP_BLEND_MODE_GLOBAL_ALPHA = 0x1,
|
||||
PIPE_VIDEO_VPP_BLEND_MODE_PREMULTIPLIED_ALPHA = 0x2,
|
||||
};
|
||||
|
||||
/* To be used for VPP state*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue