diff options
author | Brian Paul <[email protected]> | 2004-01-23 18:57:05 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-01-23 18:57:05 +0000 |
commit | 4d859f73fce9918381c65da55f046a7c605c9e65 (patch) | |
tree | 2936e3fdcccff08101b600e58b9a6eb6c7797a18 /src/mesa/main/program.h | |
parent | f2ce4dc7dae1a1878c182f3e06fd7d9b64ab9027 (diff) |
added device driver hooks for BindProgram, NewProgram, DeleteProgram
Diffstat (limited to 'src/mesa/main/program.h')
-rw-r--r-- | src/mesa/main/program.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/program.h b/src/mesa/main/program.h index 4dbc5cffd7c..0217a00487d 100644 --- a/src/mesa/main/program.h +++ b/src/mesa/main/program.h @@ -59,7 +59,7 @@ _mesa_find_line_column(const GLubyte *string, const GLubyte *pos, GLint *line, GLint *col); extern struct program * -_mesa_alloc_program(GLcontext *ctx, GLenum target, GLuint id); +_mesa_new_program(GLcontext *ctx, GLenum target, GLuint id); extern void _mesa_delete_program(GLcontext *ctx, struct program *prog); |