gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
[mesa.git] / src / gallium / drivers / noop / noop_pipe.c
index b7c73cf084da6af500792a5e8ebeea78cbfa2d88..02588d9d79c30d769729eeab302bc3390c3a6a17 100644 (file)
@@ -242,7 +242,8 @@ static void noop_blit(struct pipe_context *ctx,
  * context
  */
 static void noop_flush(struct pipe_context *ctx,
-                       struct pipe_fence_handle **fence)
+                       struct pipe_fence_handle **fence,
+                       enum pipe_flush_flags flags)
 {
 }