diff options
author | Cooper Yuan <[email protected]> | 2009-08-11 14:39:58 +0800 |
---|---|---|
committer | Cooper Yuan <[email protected]> | 2009-08-11 14:39:58 +0800 |
commit | 2cbd3fce8f6e97f85423f1b185f72e7fbc946e94 (patch) | |
tree | 1055c472474b3e9bf07fd824ca759111543d636e /src/gallium/drivers/r300/r300_fs.c | |
parent | 2ccd66d8a049fc183a3598adf01ac5cc7fa5a92e (diff) |
r300g: a typo of debug message
Diffstat (limited to 'src/gallium/drivers/r300/r300_fs.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_fs.c b/src/gallium/drivers/r300/r300_fs.c index 2cddb97038d..36463b9a2eb 100644 --- a/src/gallium/drivers/r300/r300_fs.c +++ b/src/gallium/drivers/r300/r300_fs.c @@ -113,7 +113,7 @@ void r300_translate_fragment_shader(struct r300_context* r300, find_output_registers(&compiler, fs); if (compiler.Base.Debug) { - debug_printf("r300: Initial vertex program\n"); + debug_printf("r300: Initial fragment program\n"); tgsi_dump(fs->state.tokens, 0); } |