mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
iris: Lower the max number of decoded VBO lines
saint foo, vbo lines!
This commit is contained in:
parent
48ddd7212d
commit
4d24874236
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue