Mesa (master): r300g: a typo of debug message

Cooper Yuan cooperyuan at kemper.freedesktop.org
Tue Aug 11 06:41:17 UTC 2009


Module: Mesa
Branch: master
Commit: 2cbd3fce8f6e97f85423f1b185f72e7fbc946e94
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cbd3fce8f6e97f85423f1b185f72e7fbc946e94

Author: Cooper Yuan <cooperyuan at gmail.com>
Date:   Tue Aug 11 14:39:58 2009 +0800

r300g: a typo of debug message

---

 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 2cddb97..36463b9 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);
     }
 




More information about the mesa-commit mailing list