Mesa (master): egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6e

Dave Airlie airlied at kemper.freedesktop.org
Thu Sep 23 06:13:10 UTC 2010


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Sep 23 16:12:23 2010 +1000

egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6e

looks like mesa st didn't get updated.

---

 src/mesa/state_tracker/st_manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/state_tracker/st_manager.c b/src/mesa/state_tracker/st_manager.c
index 450b045..66e32b4 100644
--- a/src/mesa/state_tracker/st_manager.c
+++ b/src/mesa/state_tracker/st_manager.c
@@ -794,7 +794,7 @@ st_manager_get_egl_image_surface(struct st_context *st,
       return NULL;
 
    memset(&stimg, 0, sizeof(stimg));
-   if (!smapi->get_egl_image(smapi, &st->iface, eglimg, &stimg))
+   if (!smapi->get_egl_image(smapi, eglimg, &stimg))
       return NULL;
 
    ps = smapi->screen->get_tex_surface(smapi->screen,




More information about the mesa-commit mailing list