mesa: added _mesa_postprocess_program() to aid shader debugging

This commit is contained in:
Brian Paul
2009-06-17 07:42:49 -06:00
parent f806a03361
commit ec6ad7ba3c
2 changed files with 60 additions and 0 deletions

View File

@@ -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 */