mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
r300g: remove some XXXs
We can't have more than 8 texcoord outputs in VS.
This commit is contained in:
parent
d2686cdb23
commit
32327196f7
2 changed files with 0 additions and 2 deletions
|
|
@ -99,7 +99,6 @@ static void r300_draw_emit_all_attribs(struct r300_context* r300)
|
|||
gen_count++;
|
||||
}
|
||||
|
||||
/* XXX magic */
|
||||
assert(gen_count <= 8);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue