<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - vbo: premature flushing breaks GL_LINE_LOOP"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=28130#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - vbo: premature flushing breaks GL_LINE_LOOP"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=28130">bug 28130</a>
              from <span class="vcard"><a class="email" href="mailto:marius.predut@intel.com" title="marius predut <marius.predut@intel.com>"> <span class="fn">marius predut</span></a>
</span></b>
        <pre>My investigation till now :
Because the test code call twice the 
glBegin(GL_LINE_LOOP);glVertex3fv(); glEnd()  and then glFlush()
if we add an intermediary glFlush() between those sequential call then the bug 
is fixed.
Seems a trouble with last status of glBegin(GL_LINE_LOOP) after the same call,
in case not flushing was done.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>