summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_print.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-06 08:47:05 -0700
committerBrian Paul <brianp@vmware.com>2009-01-06 08:47:05 -0700
commite8fa7e500c52db6764d4102360f2202005bcf817 (patch)
tree77de8f616a8226ebdbde8278e1fa3fea40dc788a /src/mesa/shader/prog_print.h
parent2bdf076554f19f4f42cbfc6e14b6abd94bea3351 (diff)
mesa: make writemask_string() non-static
(cherry picked from commit 610c2461ce0683ca5412e4b2b7a496f67e9d3704) Conflicts: src/mesa/shader/prog_print.c
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 3cdb1b195e..3966909aed 100644
--- a/src/mesa/shader/prog_print.h
+++ b/src/mesa/shader/prog_print.h
@@ -43,6 +43,9 @@ _mesa_condcode_string(GLuint condcode);
extern const char *
_mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);
+const char *
+_mesa_writemask_string(GLuint writeMask);
+
extern void
_mesa_print_swizzle(GLuint swizzle);