diff options
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index a8535cc2cf1..6a345339aff 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -115,6 +115,9 @@ extern struct gl_program * _mesa_lookup_program(GLcontext *ctx, GLuint id); extern struct prog_instruction * +_mesa_alloc_instructions(GLuint numInst); + +extern struct prog_instruction * _mesa_realloc_instructions(struct prog_instruction *oldInst, GLuint numOldInst, GLuint numNewInst); |