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

Author: Keith Whitwell <[email protected]>
Date:   Mon Feb  8 17:15:47 2010 +0000

egl: re-fix context_create typo

---

 src/gallium/state_trackers/egl/common/egl_g3d.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/egl/common/egl_g3d.c 
b/src/gallium/state_trackers/egl/common/egl_g3d.c
index 424be49..80dd126 100644
--- a/src/gallium/state_trackers/egl/common/egl_g3d.c
+++ b/src/gallium/state_trackers/egl/common/egl_g3d.c
@@ -646,7 +646,7 @@ egl_g3d_create_context(_EGLDriver *drv, _EGLDisplay *dpy, 
_EGLConfig *conf,
 
    mode = &gconf->native->mode;
 
-   gctx->pipe = gdpy->native->screen->create_context(
+   gctx->pipe = gdpy->native->screen->context_create(
       gdpy->native->screen,
       (void *) &gctx->base);
 

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

Reply via email to