i965: Make BLORP properly avoid batch wrapping.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 5 Sep 2017 22:57:41 +0000 (15:57 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Sep 2017 23:17:36 +0000 (16:17 -0700)
commit9034d157c00e29124ed171fd4692503730926134
tree2853639cd66f418610b3bbc377606bbddf54f6a4
parent2dfc119f22f257082ab0c3e55de20774624b1d54
i965: Make BLORP properly avoid batch wrapping.

We need to set brw->no_batch_wrap to actually avoid flushing in the
middle of our BLORP operation, and instead grow the batchbuffer.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i965/genX_blorp_exec.c