<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Tue, May 2, 2017 at 10:21 PM, Brian Paul <span dir="ltr"><<a href="mailto:brianp@vmware.com" target="_blank">brianp@vmware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Note, this is just some debug code.<br>
---<br>
 src/gallium/auxiliary/draw/<wbr>draw_pipe.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/src/gallium/auxiliary/draw/<wbr>draw_pipe.c b/src/gallium/auxiliary/draw/<wbr>draw_pipe.c<br>
index 27a3762..3581698 100644<br>
--- a/src/gallium/auxiliary/draw/<wbr>draw_pipe.c<br>
+++ b/src/gallium/auxiliary/draw/<wbr>draw_pipe.c<br>
@@ -242,7 +242,7 @@ void draw_pipeline_run( struct draw_context *draw,<br>
 #if DEBUG<br>
       /* Warn if one of the element indexes go outside the vertex buffer */<br>
       {<br>
-         unsigned max_index = 0x0, i;<br>
+         unsigned max_index = 0;<br></blockquote><div><br></div><div>Looks like you're breaking the outer loop by removing this 'i' shadow.<br><br clear="all"><div><div class="gmail_signature">Gražvydas<br></div></div>
</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          /* find the largest element index */<br>
          for (i = 0; i < count; i++) {<br>
             unsigned int index = prim_info->elts[start + i];<br>
<span class="gmail-HOEnZb"><font color="#888888">--<br></font></span></blockquote><div> </div></div><br></div></div>