Merge branch 'gallium-0.1' into gallium-tex-surfaces
[mesa.git] / src / mesa / shader / prog_print.h
index 9c7607f9d58860c3bd119c107a1115ef40c06905..36c47e0dff921b68b59d18ffa59bfda3736431cb 100644 (file)
@@ -37,6 +37,9 @@ 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);