<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cemu wiiu emulator crashes after selecting game on radeonsi"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100393#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cemu wiiu emulator crashes after selecting game on radeonsi"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100393">bug 100393</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>You're forcing a core context, which in turn disables things like
glGetString(GL_EXTENSIONS); you have to use glGetStringi now. However cemu
isn't ready for a core context.

Try MESA_GL_VERSION_OVERRIDE=4.0COMPAT -- that should have the desired effect.
Note that tons of stuff doesn't work in such high-versioned compat contexts.
Any time you're setting any overrides, it's your problem rather than a mesa
problem...</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>