<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DRM : eglCreatePbufferSurface failed with error EGL_BAD_MATCH"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108967#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DRM : eglCreatePbufferSurface failed with error EGL_BAD_MATCH"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108967">bug 108967</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>(In reply to Vishwanath Chandapur from <a href="show_bug.cgi?id=108967#c5">comment #5</a>)
<span class="quote">> As of now we are still getting same error "eglCreatePbufferSurface failed
> with error EGL_BAD_MATCH"

> And we are using "EGL_KHR_surfaceless_context" API .Is there any way we can
> check in mesa is using surfaceless_context.</span >

Oops sorry it seems I got confused about 'surfaceless' as a platform and
'surfaceless' as an EGL extension. You don't need to enable 'surfaceless'
platform in the configure. The EGL_KHR_surfaceless_context should be there,
supported by all EGL dri2 based implementations. You may try to catch
eglMakeCurrent calls made by Qt to see if it passes EGL_NO_SURFACE for both
read and write surface, this would mean that it does not try to initialize a
real surface such as pbuffer.</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>