summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/program/prog_print.h')
-rw-r--r--src/mesa/program/prog_print.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/program/prog_print.h b/src/mesa/program/prog_print.h
index f080b3fd2e..d962087db3 100644
--- a/src/mesa/program/prog_print.h
+++ b/src/mesa/program/prog_print.h
@@ -47,6 +47,9 @@ typedef enum {
} gl_prog_print_mode;
+extern const char *
+_mesa_register_file_name(gl_register_file f);
+
extern void
_mesa_print_vp_inputs(GLbitfield inputs);