Mesa (master): r300g: do not flush the uploader

Marek Olšák mareko at kemper.freedesktop.org
Sun Feb 6 20:16:54 UTC 2011


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Sun Feb  6 21:09:38 2011 +0100

r300g: do not flush the uploader

We don't have to unmap and recreate the upload buffer when a flush occurs.
This should also prevent buffer allocations from failing.

---

 src/gallium/drivers/r300/r300_flush.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_flush.c b/src/gallium/drivers/r300/r300_flush.c
index b250532..986ea5f 100644
--- a/src/gallium/drivers/r300/r300_flush.c
+++ b/src/gallium/drivers/r300/r300_flush.c
@@ -40,9 +40,6 @@ static void r300_flush(struct pipe_context* pipe,
     struct r300_atom *atom;
     struct r300_fence **rfence = (struct r300_fence**)fence;
 
-    u_upload_flush(r300->upload_vb);
-    u_upload_flush(r300->upload_ib);
-
     if (r300->draw && !r300->draw_vbo_locked)
 	r300_draw_flush_vbuf(r300);
 




More information about the mesa-commit mailing list