Mesa git master from today, which includes Ian's patches for GLX_MESA_query_renderer are broken because of reverted libdrm commit which added necessarry interfaces for this extension: http://cgit.freedesktop.org/mesa/drm/commit/?id=da738d1ed0a0941a0cd061395ad86072171b3242 Build error is the following: brw_context.c: In function 'brwCreateContext': brw_context.c:721:9: error: implicit declaration of function 'drm_intel_get_reset_stats' [-Werror=implicit-function-declaration] || drm_intel_get_reset_stats(brw->hw_ctx, &brw->reset_count, NULL, Assigning to Mesa since it depends on a yet unreleased library, yet worse on a yet non-existing interface
Use libdrm from git.
It doesn't work with libdrm from git since it got necessarry commit reverted.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.