Merge branch 'mesa_7_5_branch'
[mesa.git] / src / mesa / shader / prog_print.h
index aa7f902feebe405abb967ea4c5b064dacb2f5d12..d55661cebb807a03e47215644553e223eb5582fc 100644 (file)
@@ -46,6 +46,9 @@ _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);
 const char *
 _mesa_writemask_string(GLuint writeMask);
 
+extern void
+_mesa_print_swizzle(GLuint swizzle);
+
 extern void
 _mesa_print_alu_instruction(const struct prog_instruction *inst,
                             const char *opcode_string, GLuint numRegs);