Module: Mesa Branch: main Commit: f5ab2ffd4e4f3538bd88a7125b84ba377f28c2c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5ab2ffd4e4f3538bd88a7125b84ba377f28c2c3
Author: Sil Vilerino <[email protected]> Date: Thu Jul 21 12:36:15 2022 -0400 pipe/video: Add PIPE_VIDEO_ENTRYPOINT_PROCESSING Reviewed-by: Boyuan Zhang <[email protected]> Reviewed-by: Jesse Natalie <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17557> --- src/gallium/include/pipe/p_video_enums.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/include/pipe/p_video_enums.h b/src/gallium/include/pipe/p_video_enums.h index f78535283fe..e7cd4fef860 100644 --- a/src/gallium/include/pipe/p_video_enums.h +++ b/src/gallium/include/pipe/p_video_enums.h @@ -138,7 +138,8 @@ enum pipe_video_entrypoint PIPE_VIDEO_ENTRYPOINT_BITSTREAM, PIPE_VIDEO_ENTRYPOINT_IDCT, PIPE_VIDEO_ENTRYPOINT_MC, - PIPE_VIDEO_ENTRYPOINT_ENCODE + PIPE_VIDEO_ENTRYPOINT_ENCODE, + PIPE_VIDEO_ENTRYPOINT_PROCESSING, }; #if defined(__cplusplus)
