projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ddd72
)
iris: Lower the max number of decoded VBO lines
author
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 3 May 2018 05:11:54 +0000
(22:11 -0700)
committer
Kenneth 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/iris/iris_batch.c
b/src/gallium/drivers/iris/iris_batch.c
index a1fbd3e31833c800709b48dbdbf2d716774ec9c6..6ee460308935bdd9a3a0c81cac010cbb694625bd 100644
(file)
--- a/
src/gallium/drivers/iris/iris_batch.c
+++ b/
src/gallium/drivers/iris/iris_batch.c
@@
-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);