summaryrefslogtreecommitdiff
path: root/src/i965_post_processing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_post_processing.h')
-rwxr-xr-xsrc/i965_post_processing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i965_post_processing.h b/src/i965_post_processing.h
index 052b573..9b2d7c6 100755
--- a/src/i965_post_processing.h
+++ b/src/i965_post_processing.h
@@ -96,6 +96,8 @@ struct pp_dndi_context
int dest_h;
dri_bo *stmm_bo;
int frame_order; /* -1 for the first frame */
+ VASurfaceID current_out_surface;
+ struct object_surface *current_out_obj_surface;
};
struct pp_dn_context
@@ -481,6 +483,7 @@ struct i965_post_processing_context
struct pp_dndi_context pp_dndi_context;
struct pp_dn_context pp_dn_context;
void *private_context; /* pointer to the current private context */
+ void *pipeline_param; /* pointer to the pipeline parameter */
int (*pp_x_steps)(void *private_context);
int (*pp_y_steps)(void *private_context);