Mesa (master): i965: Undo 'continuation of vb packets'

Chris Wilson ickle at kemper.freedesktop.org
Tue Mar 1 16:40:06 UTC 2011


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

Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Mar  1 15:57:42 2011 +0000

i965: Undo 'continuation of vb packets'

This breaks nexuiz for unknown reason; disable until a true fix can be
found.

---

 src/mesa/drivers/dri/i965/brw_draw_upload.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c b/src/mesa/drivers/dri/i965/brw_draw_upload.c
index baf35a6..1e129f9 100644
--- a/src/mesa/drivers/dri/i965/brw_draw_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_draw_upload.c
@@ -475,7 +475,7 @@ static void brw_prepare_vertices(struct brw_context *brw)
    }
 
    /* can we simply extend the current vb? */
-   if (j == brw->vb.nr_current_buffers) {
+   if (0 && j == brw->vb.nr_current_buffers) {
       int delta = 0;
       for (i = 0; i < j; i++) {
 	 int d;




More information about the mesa-commit mailing list