summaryrefslogtreecommitdiff
path: root/src/i965_drv_video.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2014-04-19 00:12:41 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-05-26 12:14:17 +0800
commitcd9d671b88b6f999142a8a90a86c5b42021e6ee5 (patch)
treee23ce3ae58228e86d94aa03b566f7c0de53d5d15 /src/i965_drv_video.h
parent69e26f5ca4cad4ac69d47fa0db50f037c197c079 (diff)
downloadlibva-intel-driver-cd9d671b88b6f999142a8a90a86c5b42021e6ee5.tar.gz
libva-intel-driver-cd9d671b88b6f999142a8a90a86c5b42021e6ee5.tar.bz2
libva-intel-driver-cd9d671b88b6f999142a8a90a86c5b42021e6ee5.zip
posst_processing_context_init()/finalize() callback functions for each platform
It is to reduce the usage of IS_GENxxx() as well. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit 77b6a72504d917af9335ab94f6ecbefb8b087206)
Diffstat (limited to 'src/i965_drv_video.h')
-rw-r--r--src/i965_drv_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_drv_video.h b/src/i965_drv_video.h
index 2de9928..856b478 100644
--- a/src/i965_drv_video.h
+++ b/src/i965_drv_video.h
@@ -287,6 +287,7 @@ struct hw_codec_info
struct hw_context *(*enc_hw_context_init)(VADriverContextP, struct object_config *);
struct hw_context *(*proc_hw_context_init)(VADriverContextP, struct object_config *);
bool (*render_init)(VADriverContextP);
+ void (*post_processing_context_init)(VADriverContextP, void *, struct intel_batchbuffer *);
int max_width;
int max_height;