summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r--src/mesa/pipe/p_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h
index 3062eda329..23961f4b8f 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -219,6 +219,10 @@ struct pipe_context {
struct pipe_mipmap_tree *mt );
+ void (*flush)( struct pipe_context *pipe,
+ unsigned flags );
+
+ void (*finish)( struct pipe_context *pipe );
};