diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 16:04:50 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:30 +1100 |
commit | 2f8268aa02949828b8b14c252e2cc4e8f61c5f4e (patch) | |
tree | 9bb97082863a1ad1339e4e20f8a5ff79f8e4aec5 /src | |
parent | 21461014b2446208fefae0aabe8232c66d5b3057 (diff) |
Cell: fix typo
Diffstat (limited to 'src')
-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); |