From: Eric Anholt Date: Thu, 8 Jul 2010 00:24:00 +0000 (-0700) Subject: ir_to_mesa: Don't assert that we can't assign matrices. It should work now. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=69676fc6a3ffbc2c99af541b954427c2e4966d68;p=mesa.git ir_to_mesa: Don't assert that we can't assign matrices. It should work now. --- diff --git a/src/mesa/shader/ir_to_mesa.cpp b/src/mesa/shader/ir_to_mesa.cpp index 5cb5564d503..e1c0fca7bdd 100644 --- a/src/mesa/shader/ir_to_mesa.cpp +++ b/src/mesa/shader/ir_to_mesa.cpp @@ -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);