From: Brian Date: Tue, 1 Apr 2008 20:55:31 +0000 (-0600) Subject: cell: turn off some debug output X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d1444092fbfd9f975cfb996695f0533a78410f7;p=mesa.git cell: turn off some debug output --- diff --git a/src/gallium/drivers/cell/spu/spu_main.c b/src/gallium/drivers/cell/spu/spu_main.c index a840d01596a..5b5a570a3cd 100644 --- a/src/gallium/drivers/cell/spu/spu_main.c +++ b/src/gallium/drivers/cell/spu/spu_main.c @@ -333,7 +333,7 @@ cmd_state_texture(const struct cell_command_texture *texture) const uint width = texture->width; const uint height = texture->height; - if (1||Debug) { + if (Debug) { printf("SPU %u: TEXTURE [%u] at %p size %u x %u\n", spu.init.id, texture->unit, texture->start, texture->width, texture->height);