diff options
author | Brian Paul <[email protected]> | 2008-05-20 13:38:45 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-20 13:38:45 -0600 |
commit | 5c431c22227fdc552b34a5feabf1d339dcfe9848 (patch) | |
tree | 9623ccf1c0d5e4c0518626a497afdfce63de95ed /src/mesa/state_tracker/st_context.c | |
parent | 21e614eabc5e6a502504f307f3710b4dd0417923 (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); |