Module: Mesa Branch: master Commit: 1138775d79dfe9043cf9e6c77a9077b0acc0a239 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1138775d79dfe9043cf9e6c77a9077b0acc0a239
Author: Jakob Bornecrantz <ja...@vmware.com> Date: Thu Dec 16 04:05:59 2010 +0100 svga: Minor debug text fix --- src/gallium/drivers/svga/svga_state_need_swtnl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/svga/svga_state_need_swtnl.c b/src/gallium/drivers/svga/svga_state_need_swtnl.c index 66fea02..99263d8 100644 --- a/src/gallium/drivers/svga/svga_state_need_swtnl.c +++ b/src/gallium/drivers/svga/svga_state_need_swtnl.c @@ -177,7 +177,7 @@ static int update_need_swtnl( struct svga_context *svga, if (need_swtnl != svga->state.sw.need_swtnl) { SVGA_DBG(DEBUG_SWTNL|DEBUG_PERF, - "%s need_swvfetch: %s, need_pipeline %s\n", + "%s: need_swvfetch %s, need_pipeline %s\n", __FUNCTION__, svga->state.sw.need_swvfetch ? "true" : "false", svga->state.sw.need_pipeline ? "true" : "false"); _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit