Module: Mesa Branch: 7.9 Commit: 9bab8ca4f8c8f3e618bfa8e9aedfcdcf272d3495 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bab8ca4f8c8f3e618bfa8e9aedfcdcf272d3495
Author: Chia-I Wu <[email protected]> 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. (cherry picked from commit e2b51b7c5baaaa21e64df1377ce0be5c83d016ff) --- 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 [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
