Mesa (master): r600g: Destroy the blitter.

Tilman Sauerbeck tilman at kemper.freedesktop.org
Thu Sep 23 20:48:34 UTC 2010


Module: Mesa
Branch: master
Commit: ce8c71817b89ae97f960ba517becc8a74431206f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce8c71817b89ae97f960ba517becc8a74431206f

Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Thu Sep 23 22:30:46 2010 +0200

r600g: Destroy the blitter.

Signed-off-by: Tilman Sauerbeck <tilman at code-monkey.de>

---

 src/gallium/drivers/r600/r600_context.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_context.c b/src/gallium/drivers/r600/r600_context.c
index b9abff9..e8eb814 100644
--- a/src/gallium/drivers/r600/r600_context.c
+++ b/src/gallium/drivers/r600/r600_context.c
@@ -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);
 




More information about the mesa-commit mailing list