st/dri: fix compile breakage
authorKeith Whitwell <keithw@vmware.com>
Mon, 8 Feb 2010 19:45:02 +0000 (19:45 +0000)
committerKeith Whitwell <keithw@vmware.com>
Mon, 8 Feb 2010 19:45:02 +0000 (19:45 +0000)
src/gallium/state_trackers/dri/dri_context.c

index 6edbd9d9b157badd141ad2b13425c4fa597d1c48..5033c3c85b8762447d332f0265b94895879dc8d7 100644 (file)
@@ -69,7 +69,7 @@ dri_create_context(const __GLcontextModes * visual,
    driParseConfigFiles(&ctx->optionCache,
                       &screen->optionCache, sPriv->myNum, "dri");
 
-   ctx->pipe = screen->pipe_screen->create_context( screen->pipe_screen,
+   ctx->pipe = screen->pipe_screen->context_create( screen->pipe_screen,
                                                    ctx );
 
    if (ctx->pipe == NULL)