gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
[mesa.git] / src / gallium / state_trackers / xa / xa_composite.c
index 17d2d7f727d9abb5fd6f441fb1d559bd2810a74d..eb949b93cd194cf93d22ac2d33924aef1357be2f 100644 (file)
@@ -527,7 +527,7 @@ XA_EXPORT void
 xa_composite_done(struct xa_context *ctx)
 {
     renderer_draw_flush(ctx);
-    ctx->pipe->flush(ctx->pipe, &ctx->last_fence);
+    ctx->pipe->flush(ctx->pipe, &ctx->last_fence, 0);
 
     ctx->comp = NULL;
     ctx->has_solid_color = FALSE;