Mesa (master): st/dri: fix compile breakage

Keith Whitwell keithw at kemper.freedesktop.org
Mon Feb 8 19:46:02 UTC 2010


Module: Mesa
Branch: master
Commit: 361d73fcfc7b5129018e3639279d8dfc6f5f7650
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=361d73fcfc7b5129018e3639279d8dfc6f5f7650

Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Feb  8 19:45:02 2010 +0000

st/dri: fix compile breakage

---

 src/gallium/state_trackers/dri/dri_context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/dri/dri_context.c b/src/gallium/state_trackers/dri/dri_context.c
index 6edbd9d..5033c3c 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)




More information about the mesa-commit mailing list