Re: [Mesa-dev] [PATCH 09/27] i965/gen6: Remove dead code in hiz surface setup

2017-01-20 Thread Jason Ekstrand
6-9 are Reviewed-by: Jason Ekstrand On Mon, Jan 16, 2017 at 1:13 AM, Topi Pohjolainen < topi.pohjolai...@gmail.com> wrote: > In intel_hiz_miptree_buf_create() the miptree is unconditionally > created with MIPTREE_LAYOUT_FORCE_ALL_SLICE_AT_LOD. > > Signed-off-by: Topi Pohjolainen > --- > src/m

[Mesa-dev] [PATCH 09/27] i965/gen6: Remove dead code in hiz surface setup

2017-01-16 Thread Topi Pohjolainen
In intel_hiz_miptree_buf_create() the miptree is unconditionally created with MIPTREE_LAYOUT_FORCE_ALL_SLICE_AT_LOD. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/gen6_depth_state.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/mesa/drivers