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

Author: Marek Olšák <[email protected]>
Date:   Fri Sep 10 07:53:47 2010 +0200

r300g: remove u_upload_flush from r300_draw_arrays

This a leftover probably and is unnecessary, since we flush u_upload_mgr
in r300_flush.

---

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

diff --git a/src/gallium/drivers/r300/r300_render.c 
b/src/gallium/drivers/r300/r300_render.c
index 50c6ef3..dd2442a 100644
--- a/src/gallium/drivers/r300/r300_render.c
+++ b/src/gallium/drivers/r300/r300_render.c
@@ -604,7 +604,6 @@ static void r300_draw_arrays(struct pipe_context* pipe, 
unsigned mode,
                 }
             } while (count);
         }
-       u_upload_flush(r300->upload_vb);
     }
 
     if (translate) {

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to