summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/program.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-05 20:18:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-05 20:18:18 +0000
commit30d6a4bffa9a24b2080d145c8823bf6b1b8cbee7 (patch)
tree169905b498e1074a1d8826a49d4630dace05db0f /src/mesa/shader/program.h
parent237dae74f72370523776a3c679b7170248326648 (diff)
downloadexternal_mesa3d-30d6a4bffa9a24b2080d145c8823bf6b1b8cbee7.zip
external_mesa3d-30d6a4bffa9a24b2080d145c8823bf6b1b8cbee7.tar.gz
external_mesa3d-30d6a4bffa9a24b2080d145c8823bf6b1b8cbee7.tar.bz2
consolidate vertex/fragment program printing into _mesa_print_program()
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r--src/mesa/shader/program.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h
index b45f9a5..373a046 100644
--- a/src/mesa/shader/program.h
+++ b/src/mesa/shader/program.h
@@ -254,6 +254,11 @@ _mesa_load_state_parameters(GLcontext *ctx,
struct program_parameter_list *paramList);
+
+extern void
+_mesa_print_program(GLuint count, const struct prog_instruction *inst);
+
+
/*
* API functions common to ARB/NV_vertex/fragment_program
*/