On Thursday, September 14, 2017 3:22:48 AM PDT Chris Wilson wrote:
> Quoting Kenneth Graunke (2017-09-13 21:54:14)
> > We need to set brw->no_batch_wrap to actually avoid flushing in the
> > middle of our BLORP operation, and instead grow the batchbuffer.
> > ---
> > src/mesa/drivers/dri/i965/genX
Quoting Kenneth Graunke (2017-09-13 21:54:14)
> We need to set brw->no_batch_wrap to actually avoid flushing in the
> middle of our BLORP operation, and instead grow the batchbuffer.
> ---
> src/mesa/drivers/dri/i965/genX_blorp_exec.c | 16 ++--
> 1 file changed, 2 insertions(+), 14 de
We need to set brw->no_batch_wrap to actually avoid flushing in the
middle of our BLORP operation, and instead grow the batchbuffer.
---
src/mesa/drivers/dri/i965/genX_blorp_exec.c | 16 ++--
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/genX_