gallium: remove flags from the flush function
[mesa.git] / src / gallium / tests / graw / clear.c
index 55cc0087a09eee838e96c894f6fae23a62496a75..392d1503f19b20047e076a556094c95c243be544 100644 (file)
@@ -29,7 +29,7 @@ static void draw( void )
    float clear_color[4] = {1,0,1,1};
 
    ctx->clear(ctx, PIPE_CLEAR_COLOR, clear_color, 0, 0);
-   ctx->flush(ctx, PIPE_FLUSH_RENDER_CACHE, NULL);
+   ctx->flush(ctx, NULL);
 
    graw_save_surface_to_file(ctx, surf, NULL);