commit | 511733b862d2cb6836beb0965bdc5d699e6a2233 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Wed Jul 02 12:40:03 2008 -0600 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Wed Jul 02 12:41:39 2008 -0600 |
tree | fa0d7174088bf68ea6e2143706bd1f6900962fdb | |
parent | 489fc4d10a57538de59a89e19ce752e4b7253d22 [diff] [blame] |
mesa: added _mesa_print_swizzle() debugging helper
diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h index 36c47e0..3cdb1b1 100644 --- a/src/mesa/shader/prog_print.h +++ b/src/mesa/shader/prog_print.h
@@ -44,6 +44,9 @@ _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);