<p dir="ltr"></p>
<p dir="ltr">On Sep 27, 2016 10:10 AM, "Nanley Chery" <<a href="mailto:nanleychery@gmail.com">nanleychery@gmail.com</a>> wrote:<br>
><br>
> On Tue, Sep 27, 2016 at 09:22:05AM -0700, Jason Ekstrand wrote:<br>
> > ---<br>
> >  src/intel/isl/isl.c | 4 ++--<br>
> >  1 file changed, 2 insertions(+), 2 deletions(-)<br>
> ><br>
><br>
> This patch is<br>
> Reviewed-by: Nanley Chery <<a href="mailto:nanley.g.chery@intel.com">nanley.g.chery@intel.com</a>></p>
<p dir="ltr">That's all of them. Feel free to push the lot (I'm on vacation) or to put them in your series.</p>
<p dir="ltr">> > diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c<br>
> > index 749d228..9735d26 100644<br>
> > --- a/src/intel/isl/isl.c<br>
> > +++ b/src/intel/isl/isl.c<br>
> > @@ -1346,11 +1346,11 @@ isl_surf_get_hiz_surf(const struct isl_device *dev,<br>
> >     const unsigned samples = ISL_DEV_GEN(dev) >= 9 ? 1 : surf->samples;<br>
> ><br>
> >     isl_surf_init(dev, hiz_surf,<br>
> > -                 .dim = ISL_SURF_DIM_2D,<br>
> > +                 .dim = surf->dim,<br>
> >                   .format = ISL_FORMAT_HIZ,<br>
> >                   .width = surf->logical_level0_px.width,<br>
> >                   .height = surf->logical_level0_px.height,<br>
> > -                 .depth = 1,<br>
> > +                 .depth = surf->logical_level0_px.depth,<br>
> >                   .levels = surf->levels,<br>
> >                   .array_len = surf->logical_level0_px.array_len,<br>
> >                   .samples = samples,<br>
> > --<br>
> > 2.5.0.400.gff86faf<br>
> ><br>
> > _______________________________________________<br>
> > mesa-dev mailing list<br>
> > <a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
> > <a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br></p>