OSDN Git Service

i965: Undo 'continuation of vb packets'
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 1 Mar 2011 15:57:42 +0000 (15:57 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 1 Mar 2011 16:33:49 +0000 (16:33 +0000)
This breaks nexuiz for unknown reason; disable until a true fix can be
found.

src/mesa/drivers/dri/i965/brw_draw_upload.c

index baf35a6..1e129f9 100644 (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;