gallium: remove flags from the flush function
[mesa.git] / src / gallium / tests / trivial / quad-tex.c
index af93e09d8d4ecd8a45b0130de3e3ecec6f821db5..3a64b1c8d963796b196171e8ceaed9daf397fcde 100644 (file)
@@ -335,7 +335,7 @@ static void draw(struct program *p)
                                4,  /* 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]);
 }