<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Radeonsi/Hawaii] Rendering errors when running basic opengl 3 demo"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89107#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Radeonsi/Hawaii] Rendering errors when running basic opengl 3 demo"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89107">bug 89107</a>
              from <span class="vcard"><a class="email" href="mailto:greg@chown.ath.cx" title="Grigori Goronzy <greg@chown.ath.cx>"> <span class="fn">Grigori Goronzy</span></a>
</span></b>
        <pre>The call to glXChooseFBConfig in MicroGlut doesn't specify any attribute list,
so a list of all configs is returned by it. Later on, the GLX context i just
uses the first returned config, which can be pretty much anything. When I
specify a attribute list to get a suitable FB config, it works fine.

Other drivers might get away with it because they return the FB configs in a
different order, but obviously you can't count on this.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>