gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
[mesa.git] / src / gallium / tests / trivial / quad-tex.c
index db99789280f75b0f02b9e18db21ce590071626a8..e9e1f0e4168107727530854d8de64b7fad60f131 100644 (file)
@@ -333,7 +333,7 @@ static void draw(struct program *p)
                                4,  /* verts */
                                2); /* attribs/vert */
 
-        p->pipe->flush(p->pipe, NULL);
+        p->pipe->flush(p->pipe, NULL, 0);
 
        debug_dump_surface_bmp(p->pipe, "result.bmp", p->framebuffer.cbufs[0]);
 }