Mesa (master): r300-gallium: Size mismatch.

Corbin Simpson csimpson at kemper.freedesktop.org
Mon May 18 04:44:42 UTC 2009


Module: Mesa
Branch: master
Commit: 572d7d1358b60c93ec4f1f28151bb0e708a9df17
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=572d7d1358b60c93ec4f1f28151bb0e708a9df17

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun May 17 20:49:39 2009 -0700

r300-gallium: Size mismatch.

---

 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 ceaafe1..acb6192 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) {




More information about the mesa-commit mailing list