diff options
author | Brian Paul <[email protected]> | 2008-05-20 13:38:45 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-20 13:49:18 -0600 |
commit | 90ce8467a8cb2b819a44d00e4a9d315f8aa43b7c (patch) | |
tree | e09309eea74db1ea98167dfd39dc89e0b4da6a25 /src/mesa/state_tracker/st_context.c | |
parent | 34149ec89d71aa550ac4477050fa79d66bb94f25 (diff) |
gallium: clean-up glDraw/CopyPixels shaders when destroying context
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index fb397ea510d..b407fd884bc 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -168,6 +168,7 @@ static void st_destroy_context_priv( struct st_context *st ) st_destroy_bitmap(st); st_destroy_blit(st); st_destroy_clear(st); + st_destroy_drawpix(st); _vbo_DestroyContext(st->ctx); |