From: Roland Scheidegger Date: Fri, 19 Apr 2013 01:38:50 +0000 (+0200) Subject: gallivm: use uint build context for mask instead of float X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f5d4283c0448ed2e5d2c12bb46ec70be7744a7b;p=mesa.git gallivm: use uint build context for mask instead of float Unsurprisingly noone was using it except for grabbing builder. Reviewed-by: Jose Fonseca --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c index af8abb1fcd6..680a9c1f3f7 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c @@ -2851,7 +2851,7 @@ lp_build_tgsi_soa(struct gallivm_state *gallivm, max_output_vertices); } - lp_exec_mask_init(&bld.exec_mask, &bld.bld_base.base); + lp_exec_mask_init(&bld.exec_mask, &bld.bld_base.int_bld); bld.system_values = *system_values;