<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - glDrawElements segfault when compiled into display list"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60518#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - glDrawElements segfault when compiled into display list"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60518">bug 60518</a>
              from <span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span></b>
        <pre>Sounds like the glGenerateMipmap implementation (likely Meta module) is
clobbering the GL_VERTEX_ATTRIB_ARRAY_ENABLED* state.

<span class="quote">> The two calls to glVertexAttribPointer are not done by the application btw. It doesn't touch vertex attribs at all on Linux/Mesa.</span >

Apitrace asks the OpenGL driver whether vertex attribs are enabled or not, and
will emit fake glVertexAttribPointer calls on every draw call (as only then it
knows how big is the user pointer memory).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>