commit | 2237d136cd8f964048a4ccdc87e0ffb48af0f73d | [log] [tgz] |
---|---|---|
author | Nicolai Hähnle <nhaehnle@gmail.com> | Thu Jul 23 22:09:11 2009 +0200 |
committer | Nicolai Hähnle <nhaehnle@gmail.com> | Mon Jul 27 20:32:07 2009 +0200 |
tree | 5add5acad70f306563360ebfa9c9799b4d9f7f7b | |
parent | 8bcb6ef786dc41049b56e6efeca0f5788cfefe5a [diff] [blame] |
r300/compiler: Add rc_print_program Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c index de7fef1..cef0288 100644 --- a/src/mesa/shader/prog_print.c +++ b/src/mesa/shader/prog_print.c
@@ -541,7 +541,7 @@ /** * Print a single vertex/fragment program instruction. */ -static GLint +GLint _mesa_fprint_instruction_opt(FILE *f, const struct prog_instruction *inst, GLint indent,