Added _mesa_realloc_instructions() utility function.

Fixed/updated comments for parameter list functions.
This commit is contained in:
Brian Paul
2006-08-24 21:57:36 +00:00
parent a5f2206077
commit 3b9b8de9b0
2 changed files with 38 additions and 2 deletions

View File

@@ -114,6 +114,10 @@ _mesa_delete_program(GLcontext *ctx, struct gl_program *prog);
extern struct gl_program *
_mesa_lookup_program(GLcontext *ctx, GLuint id);
extern struct prog_instruction *
_mesa_realloc_instructions(struct prog_instruction *oldInst,
GLuint numOldInst, GLuint numNewInst);
/**
* Used for describing GL state referenced from inside ARB vertex and