From 8f5d4283c0448ed2e5d2c12bb46ec70be7744a7b Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Fri, 19 Apr 2013 03:38:50 +0200 Subject: [PATCH] gallivm: use uint build context for mask instead of float Unsurprisingly noone was using it except for grabbing builder. Reviewed-by: Jose Fonseca --- src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2