summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-03-28 11:01:09 -0600
committerBrian <brian@yutani.localnet.net>2007-03-28 11:01:09 -0600
commitd750861dc26e3898afa2b49e3969d709dc227664 (patch)
tree929b9a89cea0ac05124c84484ff5e4853273fc50 /src/mesa/shader/prog_print.h
parent59f7f6dbe9e197482f6b5e50c6a910f86c4f6694 (diff)
expose _mesa_condcode_string(), fix some printing
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 9c7607f9d5..36c47e0dff 100644
--- a/src/mesa/shader/prog_print.h
+++ b/src/mesa/shader/prog_print.h
@@ -38,6 +38,9 @@ typedef enum {
extern const char *
+_mesa_condcode_string(GLuint condcode);
+
+extern const char *
_mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);
extern void