Re: [Mesa-dev] [PATCH] i965/blorp: Bump the batch space estimate

2017-04-06 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Wed, 2017-04-05 at 21:16 -0700, Jason Ekstrand wrote: > 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

[Mesa-dev] [PATCH] i965/blorp: Bump the batch space estimate

2017-04-05 Thread Jason Ekstrand
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 estim