From: Corbin Simpson Date: Mon, 18 May 2009 03:49:39 +0000 (-0700) Subject: r300-gallium: Size mismatch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=572d7d1358b60c93ec4f1f28151bb0e708a9df17;p=mesa.git r300-gallium: Size mismatch. --- diff --git a/src/gallium/drivers/r300/r300_surface.c b/src/gallium/drivers/r300/r300_surface.c index ceaafe11d50..acb61924921 100644 --- a/src/gallium/drivers/r300/r300_surface.c +++ b/src/gallium/drivers/r300/r300_surface.c @@ -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) {