OSDN Git Service

Initialize one 10bit-scaling gpe_context for Gen9
authorZhao Yakui <yakui.zhao@intel.com>
Wed, 16 Nov 2016 17:23:41 +0000 (12:23 -0500)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 17 Nov 2016 04:35:59 +0000 (12:35 +0800)
commit14040e12c3124d01106563539b72ab9428c2537a
treeafedb5fc64ea137864fb7b7f4bd2efc17bcf3a8f
parent197fb5c688c75edbcd1368e5f897f652485b9cb0
Initialize one 10bit-scaling gpe_context for Gen9

V1->V2: Add the conv_p010.g9b shader into the dist list

V3: remove the compiler warnings

gen9_vme.c: In function 'gen9_intel_init_hevc_surface':
gen9_vme.c:1836:9: warning: implicit declaration of function 'i965_image_processing' [-Wimplicit-function-declaration]

i965_render.c: In function 'intel_render_put_surface':
i965_render.c:3079:5: warning: implicit declaration of function 'i965_post_processing' [-Wimplicit-function-declaration]

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Reviewed-by: Sean V Kelley <seanvk@posteo.de>
15 files changed:
src/gen75_vpp_vebox.c
src/gen75_vpp_vebox.h
src/gen8_post_processing.c
src/gen8_post_processing.h
src/gen9_post_processing.c
src/gen9_vme.c
src/i965_drv_video.c
src/i965_encoder.c
src/i965_gpe_utils.c
src/i965_gpe_utils.h
src/i965_post_processing.h
src/i965_render.c
src/i965_render.h
src/shaders/post_processing/gen9/Makefile.am
src/shaders/post_processing/gen9/conv_p010.g9b [new file with mode: 0644]