r600g: Destroy the blitter.

Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de>
This commit is contained in:
Tilman Sauerbeck 2010-09-23 22:30:46 +02:00
parent a62efdf82c
commit ce8c71817b

View file

@ -57,6 +57,8 @@ static void r600_destroy_context(struct pipe_context *context)
free(rctx->vs_constant);
free(rctx->vs_resource);
util_blitter_destroy(rctx->blitter);
u_upload_destroy(rctx->upload_vb);
u_upload_destroy(rctx->upload_ib);