remove bogus assertion
authorBrian <brian@yutani.localnet.net>
Tue, 13 Mar 2007 22:31:30 +0000 (16:31 -0600)
committerBrian <brian@yutani.localnet.net>
Tue, 13 Mar 2007 22:31:30 +0000 (16:31 -0600)
src/mesa/shader/prog_parameter.c

index 14b272c..4633015 100644 (file)
@@ -88,7 +88,6 @@ _mesa_add_parameter(struct gl_program_parameter_list *paramList,
    const GLuint sz4 = (size + 3) / 4; /* no. of new param slots needed */
 
    assert(size > 0);
-   assert(size <= 16);  /* XXX anything larger than a matrix??? */
 
    if (oldNum + sz4 > paramList->Size) {
       /* Need to grow the parameter list array (alloc some extra) */