Mesa (master): r600g: disable printing debug info for streamout

Marek Olšák mareko at kemper.freedesktop.org
Mon Jan 30 00:27:53 UTC 2012


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Mon Jan 30 01:01:37 2012 +0100

r600g: disable printing debug info for streamout

---

 src/gallium/drivers/r600/r600_hw_context.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_hw_context.c b/src/gallium/drivers/r600/r600_hw_context.c
index ad568c6..ef87c37 100644
--- a/src/gallium/drivers/r600/r600_hw_context.c
+++ b/src/gallium/drivers/r600/r600_hw_context.c
@@ -2182,7 +2182,7 @@ void r600_context_streamout_end(struct r600_context *ctx)
 
 	ctx->num_cs_dw_streamout_end = 0;
 
-	/* XXX print some debug info */
+#if 0
 	for (i = 0; i < ctx->num_so_targets; i++) {
 		if (!t[i])
 			continue;
@@ -2191,6 +2191,7 @@ void r600_context_streamout_end(struct r600_context *ctx)
 		printf("FILLED_SIZE%i: %u\n", i, *ptr);
 		ctx->ws->buffer_unmap(t[i]->filled_size->buf);
 	}
+#endif
 }
 
 void r600_context_draw_opaque_count(struct r600_context *ctx, struct r600_so_target *t)




More information about the mesa-commit mailing list