glsl: add ir_emit_vertex and ir_end_primitive instruction types
[mesa.git] / src / mesa / state_tracker / st_cb_flush.h
index 598536ba045a657f713c18c57c068bf56ce1b649..cb5c62e8781eb9238ac29b20387deeef8dc915c2 100644 (file)
@@ -41,7 +41,8 @@ st_init_flush_functions(struct dd_function_table *functions);
 
 extern void
 st_flush(struct st_context *st,
-         struct pipe_fence_handle **fence);
+         struct pipe_fence_handle **fence,
+         unsigned flags);
 
 extern void
 st_finish(struct st_context *st);