Mesa (master): r600g: Destroy the blitter.

Tilman Sauerbeck tilman at kemper.freedesktop.org
Wed Oct 27 06:45:17 UTC 2010


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

Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Sun Oct 24 14:52:14 2010 +0200

r600g: Destroy the blitter.

This fix got lost in the state rework merge.

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

---

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

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




More information about the mesa-commit mailing list