Mesa (r6xx-rewrite): R6xx/r7xx: disable CS dump

Alex Deucher agd5f at kemper.freedesktop.org
Thu Jul 9 21:17:28 UTC 2009


Module: Mesa
Branch: r6xx-rewrite
Commit: 0de26dba2edf1c9d9b77b42ea1ad35604c009e32
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0de26dba2edf1c9d9b77b42ea1ad35604c009e32

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Jul  9 17:15:23 2009 -0400

R6xx/r7xx: disable CS dump

Don't fprintf to a xterm with the lock held.

---

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

diff --git a/src/mesa/drivers/dri/r600/r600_cmdbuf.c b/src/mesa/drivers/dri/r600/r600_cmdbuf.c
index 0035910..1ea1bf8 100644
--- a/src/mesa/drivers/dri/r600/r600_cmdbuf.c
+++ b/src/mesa/drivers/dri/r600/r600_cmdbuf.c
@@ -431,7 +431,7 @@ static int r600_cs_emit(struct radeon_cs *cs)
     /* cs_cmd.cs_id      = 0; */
     cs_cmd.chunks     = (uint64_t)(unsigned long)chunk_ptrs;
 
-    dump_cmdbuf(cs);
+    //dump_cmdbuf(cs);
 
     do 
     {




More information about the mesa-commit mailing list