From: Xiang, Haihao Date: Mon, 30 Jan 2012 05:52:51 +0000 (+0800) Subject: Normal scaling on Ivybridge X-Git-Tag: 1.0_branch~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=546f882fd853ee281269e49b395e86c135c5a43d;p=profile%2Fivi%2Fvaapi-intel-driver.git Normal scaling on Ivybridge Need to adjust parameters later Signed-off-by: Xiang, Haihao --- diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c index c0ee251..f0da3e3 100644 --- a/src/i965_post_processing.c +++ b/src/i965_post_processing.c @@ -400,6 +400,7 @@ static const uint32_t pp_pl3_load_save_pl3_gen7[][4] = { }; static const uint32_t pp_nv12_scaling_gen7[][4] = { +#include "shaders/post_processing/gen7/avs.g7b" }; static const uint32_t pp_nv12_avs_gen7[][4] = { @@ -502,7 +503,7 @@ static struct pp_module pp_modules_gen7[] = { NULL, }, - pp_nv12_scaling_initialize, + gen7_pp_nv12_avs_initialize, }, {