diff options
author | Corbin Simpson <[email protected]> | 2009-05-17 20:49:39 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-05-17 20:49:39 -0700 |
commit | 572d7d1358b60c93ec4f1f28151bb0e708a9df17 (patch) | |
tree | f75f098e82c78a1d811f3646c4c3ea1f08c8bc6f | |
parent | 6a40d1e9d96f8e8c57bc3bbd6f567cacd4471f59 (diff) |
r300-gallium: Size mismatch.
-rw-r--r-- | src/gallium/drivers/r300/r300_surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |