<div dir="ltr"><div>On Wed, Jul 2, 2014 at 6:37 PM, Thomas Daede <span dir="ltr"><<a href="mailto:daede003@umn.edu" target="_blank">daede003@umn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div>What Mesa version are you using? IIRC OpenGL 3.3 is only supported in llvmpipe in mesa 10.3 and newer. Using MESA_GL_VERISON_OVERRIDE just fakes the version string, it doesn't change what functions you can actually link to.<br>
<br></div>Also, that also means for compatibility reasons you might want to request a slightly older OpenGL version, unless you actually use functions provided in OpenGL 3.3 that don't exist in an older version?</div>
</blockquote></div><div><br></div>I'm using a built package of Mesa git from here[1]. I hadn't noticed what you state, because my program is still almost nothing (although it uses shaders with the "#version 330 core" directive, is it normal that they compile fine?). As for your advice, my program will need OpenGL 3.2 or 3.3 in the future, and it's unlikely that r200 will support it by then :), so I need the extension.<div>
<br></div><div>FWIW, I have filed a bug report with the 'enhancement' tag, which is hosted here[2].<br><div><br></div><div>1: <a href="http://pkgbuild.com/~lcarlier/mesa-git/">http://pkgbuild.com/~lcarlier/mesa-git/</a></div>
</div><div>2: <a href="https://bugs.freedesktop.org/show_bug.cgi?id=80821">https://bugs.freedesktop.org/show_bug.cgi?id=80821</a></div></div>