diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-03-24 11:55:29 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-03-24 11:56:05 -0600 |
commit | 22a3d022542fed267d48b48a44e10226d55c8afd (patch) | |
tree | fd47254673f9eebb296969a13c9b5c958d6bb7ca /src/mesa/state_tracker/st_cb_program.h | |
parent | d246274b9c48c01b61490f0a76c22aebb8e64e1e (diff) |
gallium: free bitmap fragment shaders, misc clean-up
Diffstat (limited to 'src/mesa/state_tracker/st_cb_program.h')
-rw-r--r-- | src/mesa/state_tracker/st_cb_program.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_program.h b/src/mesa/state_tracker/st_cb_program.h index 45dc753dff..0de96f2fd2 100644 --- a/src/mesa/state_tracker/st_cb_program.h +++ b/src/mesa/state_tracker/st_cb_program.h @@ -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 |