On Thu 14 Jul 2016, Jason Ekstrand wrote: > On Thu, Jul 14, 2016 at 11:56 AM, Jason Ekstrand <ja...@jlekstrand.net> > wrote: > > > > > > > On Thu, Jul 14, 2016 at 11:42 AM, Chad Versace <chad.vers...@intel.com> > > wrote: > > > >> On Wed 13 Jul 2016, Jason Ekstrand wrote: > >> > Reviewed-by: Topi Pohjolainen <topi.pohjolai...@intel.com> > >> > --- > >> > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 175 > >> +++++++++++++++++++++++++- > >> > src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 6 + > >> > 2 files changed, 179 insertions(+), 2 deletions(-)
> >> > + if (mt->num_samples > 1) { > >> > + switch (mt->msaa_layout) { > >> > + case INTEL_MSAA_LAYOUT_NONE: > >> > + surf->msaa_layout = ISL_MSAA_LAYOUT_NONE; > >> > + break; > >> > >> How is this case possible? ISL_MSAA_LAYOUT_NONE && num_samples > 1? > >> > > > > I don't think it is. I can delete it and run through Jenkins if you'd > > like. > > > > I ran it through jenkins with out this and everything is ok. I'll go ahead > and delete it. Sounds good. This patch is Reviewed-by: Chad Versace <chad.vers...@intel.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev