gallium: add flags parameter to pipe_screen::context_create
[mesa.git] / src / gallium / tests / trivial / quad-tex.c
index c019c7bb0a3c590b9579db22b2d0965c4686b3fd..f66f63043da26b3365108add9dc72165114947fc 100644 (file)
@@ -100,7 +100,7 @@ static void init_prog(struct program *p)
        assert(p->screen);
 
        /* create the pipe driver context and cso context */
-       p->pipe = p->screen->context_create(p->screen, NULL);
+       p->pipe = p->screen->context_create(p->screen, NULL, 0);
        p->cso = cso_create_context(p->pipe);
 
        /* set clear color */