summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian <[email protected]>2008-04-01 14:55:31 -0600
committerBrian <[email protected]>2008-04-01 14:55:31 -0600
commit9d1444092fbfd9f975cfb996695f0533a78410f7 (patch)
tree06789d0dbc5109dccfe0775361b65495b2a6332e /src
parent9e7b730eb25f08065d718dee4a67c67d1d133b6e (diff)
cell: turn off some debug output
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/cell/spu/spu_main.c2
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);