summaryrefslogtreecommitdiff
path: root/src/intel_gen_vppapi.h
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2019-01-29 08:31:13 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2019-01-30 21:04:34 +0800
commita3b6dd4f802cd17ed54dd6c359ea115c1243a99e (patch)
treed22c82557bce18da96e9d2fa7856b1dda426a5a3 /src/intel_gen_vppapi.h
parent10507d3fb6c678d005ef6ed241e24a0d119ca3ba (diff)
downloadlibva-intel-driver-a3b6dd4f802cd17ed54dd6c359ea115c1243a99e.tar.gz
Revert "VPP: clear a surface using media pipeline on GEN8+"
Commit 5bdb675 causes performance drop This reverts commit 5bdb675 and fixes compiler errors.
Diffstat (limited to 'src/intel_gen_vppapi.h')
-rw-r--r--src/intel_gen_vppapi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/intel_gen_vppapi.h b/src/intel_gen_vppapi.h
index 40aec7c7..f3253c46 100644
--- a/src/intel_gen_vppapi.h
+++ b/src/intel_gen_vppapi.h
@@ -45,10 +45,4 @@ intel_common_scaling_post_processing(VADriverContextP ctx,
struct i965_surface *dst_surface,
const VARectangle *dst_rect);
-void
-intel_common_clear_surface(VADriverContextP ctx,
- struct i965_post_processing_context *pp_context,
- const struct object_surface *obj_surface,
- unsigned int color);
-
#endif // _INTE_GEN_VPPAPI_H_