From 0020d1022f4b5befe4adf783bedc4cf83e09f01f Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 23 Feb 2007 11:43:44 -0700 Subject: re-expose _mesa_print_alu_instruction() --- src/mesa/shader/prog_print.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/shader/prog_print.h') diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h index c0101b6b0f..9c7607f9d5 100644 --- a/src/mesa/shader/prog_print.h +++ b/src/mesa/shader/prog_print.h @@ -40,6 +40,10 @@ typedef enum { 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); -- cgit v1.2.3