From 9fa380ccdcf987430b9bff8e5216869e05b0aaea Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 1 Mar 2011 15:57:42 +0000 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c b/src/mesa/drivers/dri/i965/brw_draw_upload.c index baf35a6a50..1e129f98e0 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; -- cgit v1.2.3