i965/blorp: Bump the batch space estimate
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 5 Apr 2017 20:41:56 +0000 (13:41 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 6 Apr 2017 20:32:29 +0000 (13:32 -0700)
commitc9c39812b91c8104bc0bea16053312547846249c
treeb10e4266f5a69288afe2f191db7eff511daf1e3c
parent0370350d11bcb5f1ca82a4f9ee0ae6eb239d32db
i965/blorp: Bump the batch space estimate

Commit f938354362655a378d474c5f79c52cea9852ab91 recently increased the
alignment on vertex buffer data from 32 to 64.  This caused us to
consume a bit more batch than we were before and we now go over the
estimate by a small amount on certain blits on gen8+.  This commit bumps
then gen8 batch estimate by a bit to compensate.  Haswell and older
still seems to be well within the limit.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100582
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Cc: "13.0 17.0" <mesa-stable@lists.freedesktop.org>
src/mesa/drivers/dri/i965/genX_blorp_exec.c