r300g: remove some XXXs

We can't have more than 8 texcoord outputs in VS.
This commit is contained in:
Marek Olšák 2010-04-05 02:44:16 +02:00
parent d2686cdb23
commit 32327196f7
2 changed files with 0 additions and 2 deletions

View file

@ -99,7 +99,6 @@ static void r300_draw_emit_all_attribs(struct r300_context* r300)
gen_count++;
}
/* XXX magic */
assert(gen_count <= 8);
}

View file

@ -169,7 +169,6 @@ static void r300_init_vs_output_mapping(struct r300_vertex_shader* vs)
gen_count++;
}
/* XXX magic */
assert(gen_count <= 8);
/* WPOS. */