i965/vs: Don't forget to set up assignment condition code for arrays/structs.

Fixes vs-uniform-array-mat2-index-col-rd.
This commit is contained in:
Eric Anholt
2011-08-05 20:26:48 -07:00
parent cda28bca0d
commit 930afd1774

View File

@@ -1276,6 +1276,10 @@ vec4_visitor::emit_block_move(ir_assignment *ir)
dst_reg dst = get_assignment_lhs(ir->lhs, this);
if (ir->condition) {
emit_bool_to_cond_code(ir->condition);
}
/* FINISHME: This should really set to the correct maximal writemask for each
* FINISHME: component written (in the loops below).
*/