diff options
author | Leo Liu <leo.liu@amd.com> | 2015-06-25 12:09:11 -0400 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2015-08-14 15:02:28 +0200 |
commit | 716a67da12be0656a6dae2a448175946aaf57377 (patch) | |
tree | e74964bff7ea76b8309c4ac18c93771715457c0e | |
parent | 973988ab8dd4d04b925a5859d1da0801e858a6fe (diff) | |
download | external_mesa3d-716a67da12be0656a6dae2a448175946aaf57377.zip external_mesa3d-716a67da12be0656a6dae2a448175946aaf57377.tar.gz external_mesa3d-716a67da12be0656a6dae2a448175946aaf57377.tar.bz2 |
vl: add cap for stacking frames
Signed-off-by: Leo Liu <leo.liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
-rw-r--r-- | src/gallium/include/pipe/p_video_enums.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_video_enums.h b/src/gallium/include/pipe/p_video_enums.h index e28d57d..feaf1ee 100644 --- a/src/gallium/include/pipe/p_video_enums.h +++ b/src/gallium/include/pipe/p_video_enums.h @@ -68,7 +68,8 @@ enum pipe_video_cap PIPE_VIDEO_CAP_PREFERS_INTERLACED = 5, PIPE_VIDEO_CAP_SUPPORTS_PROGRESSIVE = 6, PIPE_VIDEO_CAP_SUPPORTS_INTERLACED = 7, - PIPE_VIDEO_CAP_MAX_LEVEL = 8 + PIPE_VIDEO_CAP_MAX_LEVEL = 8, + PIPE_VIDEO_CAP_STACKED_FRAMES = 9 }; enum pipe_video_entrypoint |