diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 16:04:50 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 16:04:50 -0700 |
commit | 76c1a10eb121f040ef510124bf6aa24c4c5c3f8f (patch) | |
tree | 391fa8eae3b777f4d429432524bf68a7f219aeff | |
parent | bc1ad6bcbd5c63da9c10d0276c9d7535b6139437 (diff) |
Cell: fix typo
-rw-r--r-- | src/mesa/pipe/cell/spu/spu_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_main.c b/src/mesa/pipe/cell/spu/spu_main.c index 9d8e6df0e3..b0311db1aa 100644 --- a/src/mesa/pipe/cell/spu/spu_main.c +++ b/src/mesa/pipe/cell/spu/spu_main.c @@ -236,7 +236,7 @@ static void cmd_state_blend(const struct pipe_blend_state *state) { if (Debug) - printf("SPU %u: BLEND: ztest %d\n", + printf("SPU %u: BLEND: enabled %d\n", spu.init.id, state->blend_enable); |