Normal scaling on Ivybridge
authorXiang, Haihao <haihao.xiang@intel.com>
Mon, 30 Jan 2012 05:52:51 +0000 (13:52 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 30 Jan 2012 05:56:16 +0000 (13:56 +0800)
Need to adjust parameters later

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/i965_post_processing.c

index c0ee251..f0da3e3 100644 (file)
@@ -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,
     },
 
     {