gallivm: use uint build context for mask instead of float
authorRoland Scheidegger <sroland@vmware.com>
Fri, 19 Apr 2013 01:38:50 +0000 (03:38 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Sat, 20 Apr 2013 00:27:53 +0000 (02:27 +0200)
Unsurprisingly noone was using it except for grabbing builder.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c

index af8abb1fcd6f03b126dadd42ca294c341878ae82..680a9c1f3f750e743ff529eaaee3ea03e0724150 100644 (file)
@@ -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;