Mesa (master): egl: re-fix context_create typo

Keith Whitwell keithw at kemper.freedesktop.org
Mon Feb 8 17:18:22 UTC 2010


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

Author: Keith Whitwell <keithw at vmware.com>
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);
 




More information about the mesa-commit mailing list