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

--- Comment #15 from Emil Velikov <emil.l.veli...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to