add GPU shader for RGB->NV12 conversion
authorZhao Halley <halley.zhao@intel.com>
Thu, 12 Jul 2012 08:04:39 +0000 (11:04 +0300)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 10 Aug 2012 07:33:33 +0000 (15:33 +0800)
commit512beba02dd13bdbe65fa0f5ff00f21ead9073c1
tree2bde1a07f39c7db4cc6cb2f438ace097dcd9742b
parenta59b6a868e93261a5dd347f281038a253fb6a2fc
add GPU shader for RGB->NV12 conversion
src/shaders/post_processing/gen5_6/Common/RGBX_Load_16x8.asm [new file with mode: 0755]
src/shaders/post_processing/gen5_6/Common/RGBX_Load_16x8.inc [new file with mode: 0755]
src/shaders/post_processing/gen5_6/Common/RGBX_Save_YUV_Fix.asm [new file with mode: 0755]
src/shaders/post_processing/gen5_6/Common/RGBX_Save_YUV_Float.asm [new file with mode: 0755]
src/shaders/post_processing/gen5_6/Common/RGBX_to_YUV_Coef.asm [new file with mode: 0755]
src/shaders/post_processing/gen5_6/Makefile.am
src/shaders/post_processing/gen5_6/rgbx_load_save_nv12.asm [new file with mode: 0755]
src/shaders/post_processing/gen5_6/rgbx_load_save_nv12.g4b.gen5 [new file with mode: 0644]
src/shaders/post_processing/gen5_6/rgbx_load_save_nv12.g6b [new file with mode: 0644]