projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ccd66d
)
r300g: a typo of debug message
author
Cooper Yuan
<cooperyuan@gmail.com>
Tue, 11 Aug 2009 06:39:58 +0000
(14:39 +0800)
committer
Cooper Yuan
<cooperyuan@gmail.com>
Tue, 11 Aug 2009 06:39:58 +0000
(14:39 +0800)
src/gallium/drivers/r300/r300_fs.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_fs.c
b/src/gallium/drivers/r300/r300_fs.c
index 2cddb97038d4625c3fce74a04560fc137f9d13d4..36463b9a2eb4b5726d8428a15a59c25667bef0b0 100644
(file)
--- 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);
}