OSDN Git Service

Add a new shader for CSC/scaling from P010/I010 to YUY2/UYVY/NV12/I420 on GEN9
authorXiang, Haihao <haihao.xiang@intel.com>
Mon, 7 Aug 2017 08:23:21 +0000 (16:23 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 17 Aug 2017 04:09:31 +0000 (12:09 +0800)
commit3ad971703c8abcad90013c1a53fb6cc6fc9e1145
tree1ed5e1138ec498bb84a0367c19d531d2cb89aa79
parentff55b7a334da723b4b4cb976c44b9dfa194bff17
Add a new shader for CSC/scaling from P010/I010 to YUY2/UYVY/NV12/I420 on GEN9

With the new shader, the driver can convert 10bit surface to 8bit
surface in a single step

This fixes https://github.com/01org/intel-vaapi-driver/issues/212

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
src/gen9_post_processing.c
src/intel_common_vpp_internal.c
src/intel_common_vpp_internal.h
src/shaders/post_processing/gen9/Makefile.am
src/shaders/post_processing/gen9/conv_10bit_8bit.g9b [new file with mode: 0644]