ir_to_mesa: Don't assert that we can't assign matrices. It should work now.

This commit is contained in:
Eric Anholt 2010-07-07 17:24:00 -07:00
parent 9968f1b23c
commit 69676fc6a3

View file

@ -1270,7 +1270,6 @@ ir_to_mesa_visitor::visit(ir_assignment *ir)
struct ir_to_mesa_src_reg r;
int i;
assert(!ir->lhs->type->is_matrix());
assert(!ir->lhs->type->is_array());
assert(ir->lhs->type->base_type != GLSL_TYPE_STRUCT);