<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - mesa-10.0.2: z-buffer issue with opengl 3.3 context on intel"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=74010#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - mesa-10.0.2: z-buffer issue with opengl 3.3 context on intel"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=74010">bug 74010</a>
              from <span class="vcard"><a class="email" href="mailto:lemody@gmail.com" title="Tapani Pälli <lemody@gmail.com>"> <span class="fn">Tapani Pälli</span></a>
</span></b>
        <pre>The problem is with the glxconfig that gets chosen. The application queries for
compatible list of configs with glXChooseFBConfig and then blindly selects the
first one. Although attributes for config query state GLX_DEPTH_SIZE 24, Mesa
returns some configs that have depth size 0 and application selects one of
those.</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>