Module: Mesa Branch: master Commit: bba6a196bb69afc72a9ec56740a312987e77afc2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bba6a196bb69afc72a9ec56740a312987e77afc2
Author: Brian Paul <[email protected]> Date: Wed Apr 21 17:58:26 2010 -0600 gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/ --- src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c index 4cfe601..f70e96d 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c @@ -227,7 +227,7 @@ static void lp_exec_bgnloop(struct lp_exec_mask *mask) if (mask->cont_stack_size == 0) mask->cont_mask = LLVMConstAllOnes(mask->int_vec_type); - if (mask->cont_stack_size == 0) + if (mask->break_stack_size == 0) mask->break_mask = LLVMConstAllOnes(mask->int_vec_type); if (mask->cond_stack_size == 0) mask->cond_mask = LLVMConstAllOnes(mask->int_vec_type); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
