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

Author: Keith Whitwell <[email protected]>
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)

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to