gallium: add flags parameter to pipe_screen::context_create
[mesa.git] / src / gallium / drivers / softpipe / sp_context.c
index 34d2b80f19b1c1cf0c2d2b0a4ea7b53d5efc9b1f..d2a32200e475814871def457da1563ff47508c95 100644 (file)
@@ -186,8 +186,8 @@ softpipe_render_condition( struct pipe_context *pipe,
 
 
 struct pipe_context *
-softpipe_create_context( struct pipe_screen *screen,
-                        void *priv )
+softpipe_create_context(struct pipe_screen *screen,
+                       void *priv, unsigned flags)
 {
    struct softpipe_screen *sp_screen = softpipe_screen(screen);
    struct softpipe_context *softpipe = CALLOC_STRUCT(softpipe_context);