Woah... Coverity was useful.
Reviewed-by: Jason Ekstrand
On Mon, Jun 12, 2017 at 3:49 PM, Ian Romanick wrote:
> On 06/12/2017 02:37 AM, Lionel Landwerlin wrote:
> > Pretty obvious missing break statement.
>
> Right... it looks like the code may have been structured differently at
> one time.
>
On 06/12/2017 02:37 AM, Lionel Landwerlin wrote:
> Pretty obvious missing break statement.
Right... it looks like the code may have been structured differently at
one time.
Reviewed-by: Ian Romanick
>
> CID: 1412564
> Fixes: 641405f797 "i965: Use the new tracking mechanism for HiZ"
> Signed-of
Reviewed by: Elie Tournier
On 12 June 2017 at 10:37, Lionel Landwerlin
wrote:
> Pretty obvious missing break statement.
>
> CID: 1412564
> Fixes: 641405f797 "i965: Use the new tracking mechanism for HiZ"
> Signed-off-by: Lionel Landwerlin
> ---
> src/mesa/drivers/dri/i965/intel_mipmap_tree.c |
Pretty obvious missing break statement.
CID: 1412564
Fixes: 641405f797 "i965: Use the new tracking mechanism for HiZ"
Signed-off-by: Lionel Landwerlin
---
src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree