r600g: Destroy the blitter.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 24 Oct 2010 12:52:14 +0000 (14:52 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Wed, 27 Oct 2010 06:44:47 +0000 (08:44 +0200)
This fix got lost in the state rework merge.

Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de>
src/gallium/drivers/r600/r600_pipe.c

index bea7ef5..3564539 100644 (file)
@@ -82,6 +82,8 @@ static void r600_destroy_context(struct pipe_context *context)
                free(rctx->states[i]);
        }
 
+       util_blitter_destroy(rctx->blitter);
+
        u_upload_destroy(rctx->upload_vb);
        u_upload_destroy(rctx->upload_ib);