mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 02:18:16 +02:00
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:
parent
cda28bca0d
commit
930afd1774
1 changed files with 4 additions and 0 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue