Re: [Mesa-dev] [PATCH v2 12/15] i965: Make BLORP properly avoid batch wrapping.

2017-09-14 Thread Kenneth Graunke
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

Re: [Mesa-dev] [PATCH v2 12/15] i965: Make BLORP properly avoid batch wrapping.

2017-09-14 Thread Chris Wilson
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

[Mesa-dev] [PATCH v2 12/15] i965: Make BLORP properly avoid batch wrapping.

2017-09-13 Thread Kenneth Graunke
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_