[Mesa-dev] [Bug 111529] EGL_PLATFORM=gbm doesn't expose MESA_query_driver extension

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 10 10:49:16 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=111529

--- Comment #15 from Emil Velikov <emil.l.velikov at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190910/b8b790db/attachment.html>


More information about the mesa-dev mailing list