Re: [Mesa-dev] [PATCH] i965: fix missing break

2017-06-12 Thread Jason Ekstrand
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. >

Re: [Mesa-dev] [PATCH] i965: fix missing break

2017-06-12 Thread Ian Romanick
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

Re: [Mesa-dev] [PATCH] i965: fix missing break

2017-06-12 Thread tournier.elie
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 |

[Mesa-dev] [PATCH] i965: fix missing break

2017-06-12 Thread Lionel Landwerlin
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