i965/blorp: Add an isl_view to blorp_surface_info
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 24 Jun 2016 03:11:46 +0000 (20:11 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commit7997f4f95b59a48a579d5f57a26a89dbcc5b2c7f
treec346616bb227286bcf900fbfc626b4f797e0a516
parente046a4646090aa6b96664d128af70fd36cc2e065
i965/blorp: Add an isl_view to blorp_surface_info

Eventually, this will be the actual view that gets passed into isl to
create the surface state.  For now, we just use it for the format and the
swizzle.

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