diff options
author | Alex Deucher <[email protected]> | 2009-07-09 17:15:23 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-07-09 17:15:23 -0400 |
commit | 0de26dba2edf1c9d9b77b42ea1ad35604c009e32 (patch) | |
tree | 126d96f82808ec0c8f7662aef48997fd388dd84c | |
parent | 93ab69a0eff8e0b264ec8888cfd0ac11ea0e274f (diff) |
R6xx/r7xx: disable CS dump
Don't fprintf to a xterm with the lock held.
-rw-r--r-- | 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 00359107920..1ea1bf846e6 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 { |