diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-04-01 11:35:53 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-04-01 11:35:53 -0600 |
commit | e7b23d36df1ab3ac5b54ef8e4e56c4fd46db8257 (patch) | |
tree | 09ad402fb532af6f6af945db3b26294704074459 /src/gallium/drivers/cell/spu/spu_main.c | |
parent | c14da8f52407529f20f819e31a01356535de0117 (diff) | |
download | external_mesa3d-e7b23d36df1ab3ac5b54ef8e4e56c4fd46db8257.zip external_mesa3d-e7b23d36df1ab3ac5b54ef8e4e56c4fd46db8257.tar.gz external_mesa3d-e7b23d36df1ab3ac5b54ef8e4e56c4fd46db8257.tar.bz2 |
cell: checkpoint: more multi-texture work
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_main.c')
-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 5b5a570..a840d01 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 (Debug) { + if (1||Debug) { printf("SPU %u: TEXTURE [%u] at %p size %u x %u\n", spu.init.id, texture->unit, texture->start, texture->width, texture->height); |