iris: Lower the max number of decoded VBO lines
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 3 May 2018 05:11:54 +0000 (22:11 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:06 +0000 (10:26 -0800)
saint foo, vbo lines!

src/gallium/drivers/iris/iris_batch.c

index a1fbd3e31833c800709b48dbdbf2d716774ec9c6..6ee460308935bdd9a3a0c81cac010cbb694625bd 100644 (file)
@@ -145,6 +145,7 @@ iris_init_batch(struct iris_batch *batch,
       gen_batch_decode_ctx_init(&batch->decoder, &screen->devinfo,
                                 stderr, decode_flags, NULL,
                                 decode_get_bo, NULL, batch);
+      batch->decoder.max_vbo_decoded_lines = 32;
    }
 
    iris_batch_reset(batch);