Module: Mesa Branch: r6xx-rewrite Commit: 0de26dba2edf1c9d9b77b42ea1ad35604c009e32 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0de26dba2edf1c9d9b77b42ea1ad35604c009e32
Author: Alex Deucher <[email protected]> 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 { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
