<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - atw_opengl crashes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100207#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - atw_opengl crashes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100207">bug 100207</a>
              from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
        <pre>Regarding GLSL 4.30 not working...it looks like the app initially creates a GL
4.3 core profile context...but then on atw_opengl.c:2447, it creates a second
shared context by doing:

context->glxContext = glXCreateNewContext( other->xDisplay, other->glxFBConfig,
GLX_RGBA_TYPE, other->glxContext, True );

That doesn't create a core profile context, so we give you the highest
compatibilty context we support, which is OpenGL 3.0...hence GLSL 4.30 doesn't
work.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>