mesa: glsl: more assignment type checking
[mesa.git] / src / mesa / shader / prog_print.h
index 9c7607f9d58860c3bd119c107a1115ef40c06905..3cdb1b195e05dd7c587f8fa0c34f2c82e64528f6 100644 (file)
@@ -37,9 +37,15 @@ 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_swizzle(GLuint swizzle);
+
 extern void
 _mesa_print_alu_instruction(const struct prog_instruction *inst,
                             const char *opcode_string, GLuint numRegs);