History log of /external/mesa3d/src/gallium/include/pipe/p_video_enums.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f3f03c67e90f962f67e7b58b7c7baff3be251cb1 01-Feb-2012 Christian König <deathsimple@vodafone.de> vl: add interlacing capabilities

Let the driver control interlaced or progressive
format of video buffers.

Signed-off-by: Christian König <deathsimple@vodafone.de>
/external/mesa3d/src/gallium/include/pipe/p_video_enums.h
9d9afcb5bac2931d4b8e6d1aa571e941c5110c90 10-Jan-2012 Christian König <deathsimple@vodafone.de> vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMAT

Create the video buffers in the format the driver preffers.
This temporary creates problems with decoder less VDPAU video playback.

Signed-off-by: Christian König <deathsimple@vodafone.de>
/external/mesa3d/src/gallium/include/pipe/p_video_enums.h
8c2bfa34a0d70ab08de44e3b091b3a097abbad97 23-Dec-2011 Christian König <deathsimple@vodafone.de> vl: replace decode_buffers with auxiliary data field

Based on patches from Maarten Lankhorst <m.b.lankhorst@gmail.com>

Signed-off-by: Christian König <deathsimple@vodafone.de>
Acked-by: Maarten Lankhorst <m.b.lankhorst@gmail.com>
/external/mesa3d/src/gallium/include/pipe/p_video_enums.h
231fce7d630bcf6aaf0e435e461ad5af842e437f 09-Aug-2011 Christian König <deathsimple@vodafone.de> g3dvl: Rework the decoder interface part 2/5

Implement PIPE_CAP_NUM_BUFFERS_DESIRED giving the decoder control over
the number of buffers a state tracker should allocate.

Signed-off-by: Christian König <deathsimple@vodafone.de>
Reviewed-by: Younes Manton <younes.m@gmail.com>
/external/mesa3d/src/gallium/include/pipe/p_video_enums.h
7d4d8a8de7c5877108040fa692f2914452b10789 08-Aug-2011 Brian Paul <brianp@vmware.com> gallium: silence warnings about trailing commas in enum lists
/external/mesa3d/src/gallium/include/pipe/p_video_enums.h
a5a942256162eb0ca4df2f8202a916b080396141 14-Jul-2011 Brian Paul <brianp@vmware.com> gallium: put video-related enums in separate header

The forward references to video enum types in p_context.h causes
a massive number of compiler warnings (ISO C forbids forward references
to ‘enum’ types).

By putting the new video enums in a separate header that can be included
by p_context.h and p_screen.h we can avoid this.

Acked-by Christian König <deathsimple@vodafone.de>
/external/mesa3d/src/gallium/include/pipe/p_video_enums.h