From: Keith Whitwell Date: Mon, 8 Feb 2010 19:45:02 +0000 (+0000) Subject: st/dri: fix compile breakage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=361d73fcfc7b5129018e3639279d8dfc6f5f7650;p=mesa.git st/dri: fix compile breakage --- diff --git a/src/gallium/state_trackers/dri/dri_context.c b/src/gallium/state_trackers/dri/dri_context.c index 6edbd9d9b15..5033c3c85b8 100644 --- a/src/gallium/state_trackers/dri/dri_context.c +++ b/src/gallium/state_trackers/dri/dri_context.c @@ -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)