XF86DRI proto's xf86dri.h references GL/internal/dri_interface.h . This file is missing. The only file that is provided is internal/glcore.h, but monolithic/xc/extras/Mesa/include/GL/internal/ (where glcore.h) holds sarea.h and dri_interface.h I came across this while trying to build the via driver (modular).
This should definitely get looked at for 6.4, one way or the other. Reassigning to mesa.
Could use a decision for 6.4.
*All* DRI drivers and libGL will need dri_interface.h. Afterall, it defines the interface between them! I believe that it was intended to be included, but was accidentally omitted. I think Brian is away on vacation for a few days, so I'll try to resolve this on Monday.
dri_interface.h is going into driproto, because it'll be shared API once we fix libglx to load DRI drivers. it should come out of Mesa at some point, but i'm not particularly concerned about that for now.
fixed in head, huzzahs.
Mass version move, cvs -> git
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.