i965/blorp: Remove unused fields from blorp_surface_info
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 28 Jun 2016 01:34:02 +0000 (18:34 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commit56746d04d59f711d5ace0b86f2b2da96bd337ea1
tree35b7bab2f2f1157c40f3ae801f86d577ea22d681
parent1495b6315ebe6c8bfe04641a5d45983004a2e8ba
i965/blorp: Remove unused fields from blorp_surface_info

The only reason why we need layer or level is that we need the z-offset for
3-D surfaces.  Let's just have the one field for that.

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