gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
[mesa.git] / src / gallium / drivers / r300 / r300_flush.c
index 2170c591f99465092876844e828211a3f2008343..978a5d93ccf81a88ea59bdcd6c6b13886020080d 100644 (file)
@@ -133,7 +133,8 @@ void r300_flush(struct pipe_context *pipe,
 }
 
 static void r300_flush_wrapped(struct pipe_context *pipe,
-                               struct pipe_fence_handle **fence)
+                               struct pipe_fence_handle **fence,
+                               enum pipe_flush_flags flags)
 {
     r300_flush(pipe, 0, fence);
 }