Merge branch '7.8'
[mesa.git] / src / gallium / drivers / softpipe / sp_context.c
index d0c2978c246dc7d7288fa39033c834db056a2ce9..39296aa351fea7468b1efb408fec8cc20bfa4168 100644 (file)
@@ -301,7 +301,7 @@ softpipe_create_context( struct pipe_screen *screen,
    /*
     * Create drawing context and plug our rendering stage into it.
     */
-   softpipe->draw = draw_create();
+   softpipe->draw = draw_create(&softpipe->pipe);
    if (!softpipe->draw) 
       goto fail;