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
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
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
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
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
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