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
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