[Mesa-dev] [PATCH 14/17] i965: Support non_mip_arrays for multiple miplevels

2014-07-18 Thread Jordan Justen
Previously array spacing lod0 was only used with a single mip level. It indicated that no mip level spacing should be used between array slices. gen6 separate stencil & hiz only support LOD0, so we need to allocate the miptree similar to array spacing lod0, except we also need multiple mip levels.

Re: [Mesa-dev] [PATCH 14/17] i965: Support non_mip_arrays for multiple miplevels

2014-07-22 Thread Pohjolainen, Topi
On Fri, Jul 18, 2014 at 02:16:49PM -0700, Jordan Justen wrote: > Previously array spacing lod0 was only used with a single mip level. > It indicated that no mip level spacing should be used between array > slices. > > gen6 separate stencil & hiz only support LOD0, so we need to allocate > the mipt