gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.c
index 83d474b04cc61f866ff02012fd630acb839cd2f1..e33ea13f996f99b5b7f75b3381936eedb6ba4266 100644 (file)
@@ -143,7 +143,8 @@ void r600_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence,
 }
 
 static void r600_flush_from_st(struct pipe_context *ctx,
-                              struct pipe_fence_handle **fence)
+                              struct pipe_fence_handle **fence,
+                              enum pipe_flush_flags flags)
 {
        r600_flush(ctx, fence, 0);
 }