summaryrefslogtreecommitdiff
path: root/src/i965_post_processing.h
diff options
context:
space:
mode:
authorpeng.chen <peng.c.chen@intel.com>2016-01-13 15:34:11 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2016-01-15 08:23:27 +0800
commit2110b3a0bca6cecb42defd0b01d32530f5807b04 (patch)
tree52b91f0eb9e9ee0cf840b30e36f971663e320e5a /src/i965_post_processing.h
parentd9eb6b2063418226242e4e76aa7929fa63030bc6 (diff)
downloadlibva-intel-driver-2110b3a0bca6cecb42defd0b01d32530f5807b04.tar.gz
P010(10bits) enabling in vaCreateImage(), vaGetImage(), vaPutImage()
1, don't support the conversion from NV12 or other 8bits formats to P010 2, don't support scaling for P010->P010 v2: add GEN arch limitation for vebox_processing_simple() v1: initial Signed-off-by: peng.chen <peng.c.chen@intel.com>
Diffstat (limited to 'src/i965_post_processing.h')
-rwxr-xr-xsrc/i965_post_processing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i965_post_processing.h b/src/i965_post_processing.h
index 63e678db..a9942b25 100755
--- a/src/i965_post_processing.h
+++ b/src/i965_post_processing.h
@@ -528,6 +528,8 @@ struct i965_post_processing_context
unsigned int curbe_allocation_size : 16;
} vfe_gpu_state;
+ struct intel_vebox_context *vebox_proc_ctx;
+
struct pp_load_save_context pp_load_save_context;
struct pp_scaling_context pp_scaling_context;
struct pp_avs_context pp_avs_context;