Mesa (master): egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()

Brian Paul brianp at kemper.freedesktop.org
Thu May 27 18:04:50 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 27 12:04:08 2010 -0600

egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()

---

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

diff --git a/src/gallium/state_trackers/egl/common/egl_g3d_st.c b/src/gallium/state_trackers/egl/common/egl_g3d_st.c
index cdf1314..b0c0ec4 100644
--- a/src/gallium/state_trackers/egl/common/egl_g3d_st.c
+++ b/src/gallium/state_trackers/egl/common/egl_g3d_st.c
@@ -206,6 +206,7 @@ egl_g3d_destroy_st_apis(void)
 
 static boolean
 egl_g3d_st_manager_get_egl_image(struct st_manager *smapi,
+                                 struct st_context_iface *stctx,
                                  void *egl_image,
                                  struct st_egl_image *out)
 {




More information about the mesa-commit mailing list