i965/blorp: Use the generic surface state path for gen8 textures
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 28 Jun 2016 00:13:39 +0000 (17:13 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commitd81435336510ee00b59d5fb538ca5fb065abd579
tree2b253017e80e51c7c57feee53c8ea5f207e0093a
parented432fd681fce210a74e2de03442a801c37676d3
i965/blorp: Use the generic surface state path for gen8 textures

Now that the generic blorp path uses base level/layer, there's no need to
make gen8 special.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp.c
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/brw_wm_surface_state.c
src/mesa/drivers/dri/i965/gen8_blorp.c