Mesa (master): r600c: fix dword miscount in blit emit code

Alex Deucher agd5f at kemper.freedesktop.org
Tue Aug 17 14:42:37 UTC 2010


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

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Aug 17 10:42:06 2010 -0400

r600c: fix dword miscount in blit emit code

---

 src/mesa/drivers/dri/r600/r600_blit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/r600/r600_blit.c b/src/mesa/drivers/dri/r600/r600_blit.c
index 4fd425b..ef47ae1 100644
--- a/src/mesa/drivers/dri/r600/r600_blit.c
+++ b/src/mesa/drivers/dri/r600/r600_blit.c
@@ -1454,7 +1454,7 @@ set_default_state(context_t *context)
 	    SETbit(sq_dyn_gpr_cntl_ps_flush_req, VS_PC_LIMIT_ENABLE_bit);
     }
 
-    BEGIN_BATCH_NO_AUTOSTATE(117);
+    BEGIN_BATCH_NO_AUTOSTATE(120);
     R600_OUT_BATCH_REGSEQ(SQ_CONFIG, 6);
     R600_OUT_BATCH(sq_config);
     R600_OUT_BATCH(sq_gpr_resource_mgmt_1);




More information about the mesa-commit mailing list