summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-12-20 17:17:38 -0700
committerBrian <brian@yutani.localnet.net>2006-12-20 17:17:38 -0700
commit83ca3ff384ac09524ff6946134cded4174590d92 (patch)
tree4d9b666fd513b1f93b28835685091abf98f83128 /src/mesa/shader/prog_print.h
parent2cc7dba718aa45ce446c63cf9a64cb88b1a3c39f (diff)
added _mesa_print_parameter_list()
Diffstat (limited to 'src/mesa/shader/prog_print.h')
-rw-r--r--src/mesa/shader/prog_print.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h
index 595a0dcf37..8bc2c69c6f 100644
--- a/src/mesa/shader/prog_print.h
+++ b/src/mesa/shader/prog_print.h
@@ -41,5 +41,8 @@ _mesa_print_program(const struct gl_program *prog);
extern void
_mesa_print_program_parameters(GLcontext *ctx, const struct gl_program *prog);
+extern void
+_mesa_print_parameter_list(const struct gl_program_parameter_list *list);
+
#endif /* PROG_PRINT_H */