gallium: add flags parameter to pipe_screen::context_create
[mesa.git] / src / gallium / drivers / ilo / ilo_context.c
index b9a16aab81d5b3bf7c64b9965c88257ea8834610..2a00cf1c93c6a32f3f6b0b21341f0e311dc2a50e 100644 (file)
@@ -135,7 +135,7 @@ ilo_context_destroy(struct pipe_context *pipe)
 }
 
 static struct pipe_context *
-ilo_context_create(struct pipe_screen *screen, void *priv)
+ilo_context_create(struct pipe_screen *screen, void *priv, unsigned flags)
 {
    struct ilo_screen *is = ilo_screen(screen);
    struct ilo_context *ilo;