Re: [Libva] [PATCH 1/3] Add VAEntrypointEncFEIIntel support

2014-05-13 Thread Xiang, Haihao
Yes, it would be better to add a flag to indicate FEI feature. Thanks Haihao > On Tue, 2014-05-13 at 19:18 -0600, Li, Zhong wrote: > > I just add entrypoint VAEntrypointEncFEIIntel support. The whole > > encoding pipeline is the > > same as VAEntrypointEncSlice for all platforms right now. > >

Re: [Libva] [PATCH 1/3] Add VAEntrypointEncFEIIntel support

2014-05-13 Thread Zhao, Yakui
On Tue, 2014-05-13 at 19:18 -0600, Li, Zhong wrote: > I just add entrypoint VAEntrypointEncFEIIntel support. The whole > encoding pipeline is the > same as VAEntrypointEncSlice for all platforms right now. > So I think no need to add restrictions now. We can add some restrictions > when VAEntrypo

Re: [Libva] [PATCH 1/3] Add VAEntrypointEncFEIIntel support

2014-05-13 Thread lizhong
I just add entrypoint VAEntrypointEncFEIIntel support. The whole encoding pipeline is the same as VAEntrypointEncSlice for all platforms right now. So I think no need to add restrictions now. We can add some restrictions when VAEntrypointEncFEIIntel pipeline is different with VAEntrypointEncSli

Re: [Libva] [PATCH 1/3] Add VAEntrypointEncFEIIntel support

2014-05-13 Thread Zhao, Yakui
On Tue, 2014-05-13 at 03:20 -0600, Zhong Li wrote: > Support VAEncFEIMVBufferTypeIntel and VAEntrypointEncFEIIntel > > Signed-off-by: Zhong Li > --- > src/i965_drv_video.c | 37 - > src/i965_drv_video.h |1 + > 2 files changed, 25 insertions(+), 13 delet

[Libva] [PATCH 1/3] Add VAEntrypointEncFEIIntel support

2014-05-13 Thread Zhong Li
Support VAEncFEIMVBufferTypeIntel and VAEntrypointEncFEIIntel Signed-off-by: Zhong Li --- src/i965_drv_video.c | 37 - src/i965_drv_video.h |1 + 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c