Re: [Mesa-dev] [PATCH 11/13] i965/miptree: Refactor miptree_create

2018-06-13 Thread Nanley Chery
On Wed, Jun 13, 2018 at 09:44:14AM +0300, Pohjolainen, Topi wrote: > On Tue, Jun 12, 2018 at 12:22:03PM -0700, Nanley Chery wrote: > > Enable a future patch to create the r8stencil_mt in this function. > > --- > > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 48 +-- > > 1 file

Re: [Mesa-dev] [PATCH 11/13] i965/miptree: Refactor miptree_create

2018-06-13 Thread Pohjolainen, Topi
On Tue, Jun 12, 2018 at 12:22:03PM -0700, Nanley Chery wrote: > Enable a future patch to create the r8stencil_mt in this function. > --- > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 48 +-- > 1 file changed, 12 insertions(+), 36 deletions(-) > > diff --git