gallium: free bitmap fragment shaders, misc clean-up

This commit is contained in:
Brian Paul
2008-03-24 11:55:29 -06:00
parent d246274b9c
commit 22a3d02254
5 changed files with 15 additions and 10 deletions

View File

@@ -32,5 +32,8 @@
extern void
st_init_program_functions(struct dd_function_table *functions);
extern void
st_delete_program(GLcontext *ctx, struct gl_program *prog);
#endif