Re: [Libva] [PATCH Libva-intel-driver 0/6] Seperate the BDW render/vpp with the previous platform

2014-03-04 Thread Zhao Yakui
On Tue, 2014-03-04 at 01:32 -0700, Zhao, Yakui wrote: > From: Zhao Yakui > > This is the patch set that tries to seperate the BDW rendering/VPP with the > previous > platform. Although some codes are duplicated, it has the following advantages: >1. It is easy to add the rendering/VPP for one

[Libva] [PATCH libva-intel-driver 5/6] Use the XXX_post_processing as callback function for post-processing

2014-03-04 Thread yakui . zhao
From: Zhao Yakui Signed-off-by: Zhao Yakui --- src/i965_post_processing.c | 21 + src/i965_post_processing.h | 9 + 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c index c37c203..9ea1955 100755

[Libva] [PATCH libva-intel-driver 3/6] Use the XXX_render_put_surface/put_subpicture as callback function for rendering

2014-03-04 Thread yakui . zhao
From: Zhao Yakui Signed-off-by: Zhao Yakui --- src/i965_render.c | 39 +++ src/i965_render.h | 8 2 files changed, 27 insertions(+), 20 deletions(-) diff --git a/src/i965_render.c b/src/i965_render.c index ff15a38..6a99414 100644 --- a/src/i965_ren

[Libva] [PATCH libva-intel-driver 1/6] Define i965_DestroySurfaces in header file explicitly to avoid multiple declaration

2014-03-04 Thread yakui . zhao
From: Zhao Yakui Signed-off-by: Zhao Yakui --- src/gen75_mfd.c| 4 src/gen75_vpp_gpe.c| 5 - src/gen75_vpp_vebox.c | 4 src/gen7_mfd.c | 4 src/gen8_mfd.c | 4 src/i965_drv_video.h | 4 src/i965_encoder.c

[Libva] [PATCH Libva-intel-driver 0/6] Seperate the BDW render/vpp with the previous platform

2014-03-04 Thread yakui . zhao
From: Zhao Yakui This is the patch set that tries to seperate the BDW rendering/VPP with the previous platform. Although some codes are duplicated, it has the following advantages: 1. It is easy to add the rendering/VPP for one new platform. And it can avoid the interference between the new p

[Libva] [PATCH libva-intel-driver 2/6] Define i965_CreateSurfaces in header file explicitly to avoid multiple declaration

2014-03-04 Thread yakui . zhao
From: Zhao Yakui Signed-off-by: Zhao Yakui --- src/gen75_mfd.c| 8 src/gen75_vpp_gpe.c| 8 src/gen75_vpp_vebox.c | 8 src/gen7_mfd.c | 8 src/gen8_mfd.c | 8 src/i965_drv_video.h | 7 +++ src