Re: [Mesa-dev] [PATCH 1/9] i965: Fix incorrect comment

2017-06-16 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Fri, Jun 16, 2017 at 2:01 PM, Ian Romanick wrote: > From: Ian Romanick > > There is no intel_miptree_slice_has_hiz function, but there is a > intel_miptree_level_has_hiz function. I assume that's the correct one > to use. > > Signed-off-by: Ian Romanick > --- >

[Mesa-dev] [PATCH 1/9] i965: Fix incorrect comment

2017-06-16 Thread Ian Romanick
From: Ian Romanick There is no intel_miptree_slice_has_hiz function, but there is a intel_miptree_level_has_hiz function. I assume that's the correct one to use. Signed-off-by: Ian Romanick --- src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)