diff options
author | Brian Paul <[email protected]> | 2009-06-17 07:42:49 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-17 09:58:29 -0600 |
commit | ec6ad7ba3ce4fa71620642ddde06cf843d1c8d54 (patch) | |
tree | 97a3f48ba41a2a1935e6c3ba3647b768ce08b8ae /src/mesa/shader/program.h | |
parent | f806a0336153ec211441a23da0eb8e763e001b02 (diff) |
mesa: added _mesa_postprocess_program() to aid shader debugging
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index 48176162c35..56a4191f578 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -122,6 +122,8 @@ _mesa_combine_programs(GLcontext *ctx, extern GLint _mesa_find_free_register(const struct gl_program *prog, GLuint regFile); +extern void +_mesa_postprocess_program(GLcontext *ctx, struct gl_program *prog); #endif /* PROGRAM_H */ |