Module: Mesa
Branch: galllium-screen-context
Commit: f2d8043cfffab1d4e0dfedfb552387c6d134edc7
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2d8043cfffab1d4e0dfedfb552387c6d134edc7

Author: Brian Paul <bri...@vmware.com>
Date:   Fri Feb  5 10:31:55 2010 -0700

egl: s/create_context/context_create/

---

 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
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to