---
 src/mesa/drivers/dri/radeon/radeon_dma.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_dma.c 
b/src/mesa/drivers/dri/radeon/radeon_dma.c
index 5ddf798..72c9323 100644
--- a/src/mesa/drivers/dri/radeon/radeon_dma.c
+++ b/src/mesa/drivers/dri/radeon/radeon_dma.c
@@ -205,6 +205,9 @@ again_alloc:
                }
                insert_at_head(&rmesa->dma.reserved, dma_bo);
        } else {
+               /* We push and pop buffers from end of list so we can keep
+                  counter on unused buffers for later freeing them from
+                  begin of list */
                struct radeon_dma_bo *dma_bo = last_elem(&rmesa->dma.free);
                assert(dma_bo->bo->cref == 1);
                remove_from_list(dma_bo);
-- 
1.6.3.3


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to