Re: [Mesa-dev] [PATCH 13/13] i965/miptree: Inline make_separate_stencil

2018-07-06 Thread Pohjolainen, Topi
On Tue, Jun 12, 2018 at 12:22:05PM -0700, Nanley Chery wrote: > Note that the separate stencil miptree now has the same alloc_flag as > the depth component. > --- > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 29 --- > 1 file changed, 6 insertions(+), 23 deletions(-) > > diff

[Mesa-dev] [PATCH 13/13] i965/miptree: Inline make_separate_stencil

2018-06-12 Thread Nanley Chery
Note that the separate stencil miptree now has the same alloc_flag as the depth component. --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 29 --- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c