From: Chris Wilson Date: Tue, 1 Mar 2011 15:57:42 +0000 (+0000) Subject: i965: Undo 'continuation of vb packets' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9fa380ccdcf987430b9bff8e5216869e05b0aaea;p=mesa.git i965: Undo 'continuation of vb packets' This breaks nexuiz for unknown reason; disable until a true fix can be found. --- diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c b/src/mesa/drivers/dri/i965/brw_draw_upload.c index baf35a6a50a..1e129f98e0c 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;