i965: Undo 'continuation of vb packets'

This breaks nexuiz for unknown reason; disable until a true fix can be
found.
This commit is contained in:
Chris Wilson 2011-03-01 15:57:42 +00:00
parent 69b3f24658
commit 9fa380ccdc

View file

@ -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;