Add the VPP shader of RGBX->NV12 conversion
authorZhao Yakui <yakui.zhao@intel.com>
Thu, 23 May 2013 02:22:09 +0000 (10:22 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 27 Feb 2014 02:22:06 +0000 (10:22 +0800)
commitfbb04ae7cadf008236b3ca1c42db4d4ae75b94d2
treed57e7fe1203df693409a2e23bc69b94af3b73a02
parent0598c2f00a591b9a11abd590c353a91d1aaebbab
Add the VPP shader of RGBX->NV12 conversion

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
src/i965_post_processing.c
src/shaders/post_processing/gen8/Makefile.am
src/shaders/post_processing/gen8/PA_AVS_Buf_0.g8a [new file with mode: 0644]
src/shaders/post_processing/gen8/PA_AVS_Buf_1.g8a [new file with mode: 0644]
src/shaders/post_processing/gen8/PA_AVS_Buf_2.g8a [new file with mode: 0644]
src/shaders/post_processing/gen8/PA_AVS_Buf_3.g8a [new file with mode: 0644]
src/shaders/post_processing/gen8/RGB_to_YUV.g8a [new file with mode: 0644]
src/shaders/post_processing/gen8/Set_AVS_Buf_0123_BGRA.g8a [new file with mode: 0644]
src/shaders/post_processing/gen8/rgbx_to_nv12.asm [new file with mode: 0644]
src/shaders/post_processing/gen8/rgbx_to_nv12.g8b [new file with mode: 0644]