r300-gallium: Size mismatch.

This commit is contained in:
Corbin Simpson 2009-05-17 20:49:39 -07:00
parent 6a40d1e9d9
commit 572d7d1358

View file

@ -147,7 +147,7 @@ static void r300_surface_fill(struct pipe_context* pipe,
r300_emit_rs_block_state(r300, &r300_rs_block_clear_state);
}
BEGIN_CS(24);
BEGIN_CS(26);
/* VAP stream control, mapping from input memory to PVS/RS memory */
if (caps->has_tcl) {