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

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

r600g: Destroy the blitter.

Signed-off-by: Tilman Sauerbeck <til...@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);
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to