diff options
author | Brian <[email protected]> | 2008-04-01 14:55:31 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-04-01 14:55:31 -0600 |
commit | 9d1444092fbfd9f975cfb996695f0533a78410f7 (patch) | |
tree | 06789d0dbc5109dccfe0775361b65495b2a6332e /src | |
parent | 9e7b730eb25f08065d718dee4a67c67d1d133b6e (diff) |
cell: turn off some debug output
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |