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

Author: Chia-I Wu <o...@lunarg.com>
Date:   Thu Sep 30 23:43:58 2010 +0800

st/egl: Drop context argument from egl_g3d_get_egl_image.

Fix a regression since 17eace581d25a626a7d75d9d1205d012cbb14a6e.

---

 src/gallium/state_trackers/egl/common/egl_g3d_st.c |    1 -
 1 files changed, 0 insertions(+), 1 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 05cdb0d..0affe63 100644
--- a/src/gallium/state_trackers/egl/common/egl_g3d_st.c
+++ b/src/gallium/state_trackers/egl/common/egl_g3d_st.c
@@ -51,7 +51,6 @@ egl_g3d_st_manager(struct st_manager *smapi)
 
 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)
 {

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to