summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-01 13:03:25 -0700
committerBrian Paul <brianp@vmware.com>2010-02-01 13:12:53 -0700
commit12ffee5d58de487cd03e274f7d6f7118d9ad8206 (patch)
treea09ca467c6acbb8debb3bc3abbfb8c0c4c1465ca /src/mesa/shader/prog_print.h
parent04c3888cb6a88199a3a0ec4c227c15e0f0e606df (diff)
mesa: added _mesa_print_vp/p_inputs() functions (debug aids)
Diffstat (limited to 'src/mesa/shader/prog_print.h')
-rw-r--r--src/mesa/shader/prog_print.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h
index fc286ded54..9ab7456016 100644
--- a/src/mesa/shader/prog_print.h
+++ b/src/mesa/shader/prog_print.h
@@ -37,6 +37,12 @@ typedef enum {
} gl_prog_print_mode;
+extern void
+_mesa_print_vp_inputs(GLbitfield inputs);
+
+extern void
+_mesa_print_fp_inputs(GLbitfield inputs);
+
extern const char *
_mesa_condcode_string(GLuint condcode);