gallium: remove flags from the flush function
[mesa.git] / src / gallium / tests / graw / fs-test.c
index ff82b6071100c76350f8fcbbaf610e344ffdd3b6..fda23bd7c9ffc622bd3aa37250237ae5b15c3872 100644 (file)
@@ -276,7 +276,7 @@ static void draw( void )
 
    ctx->clear(ctx, PIPE_CLEAR_COLOR, clear_color, 0, 0);
    util_draw_arrays(ctx, PIPE_PRIM_TRIANGLES, 0, 3);
-   ctx->flush(ctx, PIPE_FLUSH_RENDER_CACHE, NULL);
+   ctx->flush(ctx, NULL);
 
    graw_save_surface_to_file(ctx, surf, NULL);