Re: [Mesa-dev] [PATCH 28/32] i965/blorp: Add a helper for emitting surface states

2016-08-18 Thread Pohjolainen, Topi
On Thu, Aug 11, 2016 at 02:15:25PM -0700, Jason Ekstrand wrote: > The new helper emits surface states and the binding table in one go. It's > nice to have it pulled out of the main blorp_exec function. > --- > src/mesa/drivers/dri/i965/genX_blorp_exec.c | 52 > - Revi

[Mesa-dev] [PATCH 28/32] i965/blorp: Add a helper for emitting surface states

2016-08-11 Thread Jason Ekstrand
The new helper emits surface states and the binding table in one go. It's nice to have it pulled out of the main blorp_exec function. --- src/mesa/drivers/dri/i965/genX_blorp_exec.c | 52 - 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/src/mesa/driver