<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - shader_query.cpp:49: error: invalid conversion from 'void*' to 'GLuint'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66346#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - shader_query.cpp:49: error: invalid conversion from 'void*' to 'GLuint'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=66346">bug 66346</a>
              from <span class="vcard"><a class="email" href="mailto:eric@anholt.net" title="Eric Anholt <eric@anholt.net>"> <span class="fn">Eric Anholt</span></a>
</span></b>
        <pre>I ran into this with epoxy, and in the process of trying to come up with a fix
noted that all the GLhandleARBs are in the first 6 args of the functions, so
they'll be stored in registers in amd64's calling convention.  That let me
actually still treat them as aliases.

Not sure if that will be useful to solving mesa problems, but I thought it was
an interesting note.</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>