r600g: Destroy the blitter.

This fix got lost in the state rework merge.

Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de>
This commit is contained in:
Tilman Sauerbeck 2010-10-24 14:52:14 +02:00
parent c6b10cd986
commit 8ad9d83fdf

View 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);