i965/blorp: Add a helper for emitting surface states
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 11 Aug 2016 00:11:45 +0000 (17:11 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 19 Aug 2016 10:11:29 +0000 (03:11 -0700)
commit7b035fd0c97939a65825f6e1b467b0d741382bc5
treed006f45277488e8fb92934f44e6c436e8cc70174
parent48f13545dd14ea639e51cdcb0482c76e9b2a117c
i965/blorp: Add a helper for emitting surface states

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.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/genX_blorp_exec.c