OSDN Git Service

Add the csc conversion from RGBX to NV12 on Ivy
authorZhao Yakui <yakui.zhao@intel.com>
Fri, 7 Dec 2012 02:21:09 +0000 (10:21 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 14 Dec 2012 02:48:56 +0000 (10:48 +0800)
commit8771237b0925603e919669577649f33f5420eba7
tree0549a99b245ce862857aa1aec6102aefaceda3d4
parentd2213b511ec8f9902635482e251053e4a95b9668
Add the csc conversion from RGBX to NV12 on Ivy

It also applies when the source type is BGRX.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
src/i965_post_processing.c
src/i965_post_processing.h
src/shaders/post_processing/gen7/Makefile.am
src/shaders/post_processing/gen7/RGB_to_YUV.g4a [new file with mode: 0644]
src/shaders/post_processing/gen7/Set_AVS_Buf_0123_BGRA.g4a
src/shaders/post_processing/gen7/rgbx_to_nv12.asm [new file with mode: 0644]
src/shaders/post_processing/gen7/rgbx_to_nv12.g75b [new file with mode: 0644]
src/shaders/post_processing/gen7/rgbx_to_nv12.g7b [new file with mode: 0644]