diff options
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index 6a345339aff..5b73965dcaf 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -264,6 +264,11 @@ _mesa_load_state_parameters(GLcontext *ctx, extern void _mesa_print_instruction(const struct prog_instruction *inst); +void +_mesa_print_alu_instruction(const struct prog_instruction *inst, + const char *opcode_string, + GLuint numRegs); + extern void _mesa_print_program(const struct gl_program *prog); |