diff options
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index 373a046da78..ab72f457eeb 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -256,7 +256,13 @@ _mesa_load_state_parameters(GLcontext *ctx, extern void -_mesa_print_program(GLuint count, const struct prog_instruction *inst); +_mesa_print_instruction(const struct prog_instruction *inst); + +extern void +_mesa_print_program(const struct program *prog); + +extern void +_mesa_print_program_parameters(GLcontext *ctx, const struct program *prog); /* |