gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
[mesa.git] / src / gallium / tests / trivial / tri.c
index 2c11f72da3adcf0f9ba5ef6ea70650980239d1ed..ad88b869c8d45e4d476bf30d0daf09670933138e 100644 (file)
@@ -266,7 +266,7 @@ static void draw(struct program *p)
                                3,  /* 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]);
 }