<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - gallium/wgl: Allow context creation without prior SetPixelFormat()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101326#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - gallium/wgl: Allow context creation without prior SetPixelFormat()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101326">bug 101326</a>
              from <span class="vcard"><a class="email" href="mailto:frank.richter@gmail.com" title="frank.richter@gmail.com">frank.richter@gmail.com</a>
</span></b>
        <pre>I'm trying to coerce a Chromium-based browser component to render WebGL using
an llvmpipe Mesa.

At one point during initialization, it creates a short-lived context just to
obtain some function addresses. It wants to create a context on the display DC,
which apparently has no pixel format set - or at least a 'framebuffer' can't be
determined.

If that early context creation fails desktop GL, if requested, won't be used
and features requiring it disabled.

FWIW, Chrome makes use of NVIDIA's desktop GL when forced to do so, presumably
that particular context creation succeeds there.</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>