r300-gallium: Size mismatch.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 18 May 2009 03:49:39 +0000 (20:49 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 18 May 2009 03:49:39 +0000 (20:49 -0700)
src/gallium/drivers/r300/r300_surface.c

index ceaafe11d5056fb31cee93856764b8cb96c37d90..acb61924921188b0823ec92aa4df900e023ea9e5 100644 (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) {