Fix state.texgen parsing error (bug 12313).
[mesa.git] / src / mesa / shader / prog_print.h
index 79c599f5a7bb969ac9e133ea7989d6ae5465eb4e..36c47e0dff921b68b59d18ffa59bfda3736431cb 100644 (file)
@@ -37,6 +37,16 @@ typedef enum {
 } gl_prog_print_mode;
 
 
+extern const char *
+_mesa_condcode_string(GLuint condcode);
+
+extern const char *
+_mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended);
+
+extern void
+_mesa_print_alu_instruction(const struct prog_instruction *inst,
+                            const char *opcode_string, GLuint numRegs);
+
 extern void
 _mesa_print_instruction(const struct prog_instruction *inst);