r300g: a typo of debug message

This commit is contained in:
Cooper Yuan 2009-08-11 14:39:58 +08:00
parent 2ccd66d8a0
commit 2cbd3fce8f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}