<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - EGL_PLATFORM=gbm doesn't expose MESA_query_driver extension"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111529#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - EGL_PLATFORM=gbm doesn't expose MESA_query_driver extension"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=111529">bug 111529</a>
              from <span class="vcard"><a class="email" href="mailto:emil.l.velikov@gmail.com" title="Emil Velikov <emil.l.velikov@gmail.com>"> <span class="fn">Emil Velikov</span></a>
</span></b>
        <pre>The problem is that on EGL+GBM, EGL itself does not load the driver (dri
module), but gets it from GBM.

In other words - dri2_load_driver* is missing in platform_drm, hence the
dri2_bind_extensions(...optional_driver_extensions...) is not called and
configOptions is NULL.

IMHO we should fetch that in GBM and pass it along, just like we do for other
driver extensions. I'm busy as hell, but feel free to CC me on patches/MR.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>