projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd80bf
)
s/_mesa_debug_fp_inst/_mesa_print_program/
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 8 Nov 2005 14:53:24 +0000
(14:53 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 8 Nov 2005 14:53:24 +0000
(14:53 +0000)
src/mesa/main/texenvprogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texenvprogram.c
b/src/mesa/main/texenvprogram.c
index b4980747eb72e9f25d184b802a725acbd6917bd7..8cd8a8630eb8bc2dc54fb5cc82328a6ea9366a83 100644
(file)
--- a/
src/mesa/main/texenvprogram.c
+++ b/
src/mesa/main/texenvprogram.c
@@
-1076,7
+1076,7
@@
static void create_new_program(struct state_key *key, GLcontext *ctx,
&p.program->Base );
if (DISASSEM) {
- _mesa_
debug_fp_inst
(p.program->NumTexInstructions + p.program->NumAluInstructions,
+ _mesa_
print_program
(p.program->NumTexInstructions + p.program->NumAluInstructions,
p.program->Instructions);
_mesa_printf("\n");
}