gallium: remove flags from the flush function
[mesa.git] / src / gallium / tests / trivial / tri.c
index b89cfe0d98920ef2a79d5fd19b6b5542abc7e7a2..bfd2f3ca9a35a956f59c593500d2e079ebf63469 100644 (file)
@@ -264,7 +264,7 @@ static void draw(struct program *p)
                                3,  /* verts */
                                2); /* attribs/vert */
 
-       p->pipe->flush(p->pipe, PIPE_FLUSH_RENDER_CACHE, NULL);
+        p->pipe->flush(p->pipe, NULL);
 
        debug_dump_surface_bmp(p->pipe, "result.bmp", p->framebuffer.cbufs[0]);
 }