There are still copies of structs/defines in xf86drm.h that are
duplicates of ones in drm.h with with underscore appended. This is
confusing since the first thing xf86drm.h does is include drm.h. I
would like to remove the duplicates in xf86drm.h. This is a great way
to cause bugs if people don't
On Tue, 12 Jul 2005, Adam Jackson wrote:
> http://people.freedesktop.org/~ajax/libdrm/libdrm-1.0.0.gz
>
> I'll soon be switching Mesa to require this to build the DRI drivers and the
> DRI-capable libGL. This means you need pkg-config.
>
> This also means we can get rid of the copy of the drm so
http://people.freedesktop.org/~ajax/libdrm/libdrm-1.0.0.gz
I'll soon be switching Mesa to require this to build the DRI drivers and the
DRI-capable libGL. This means you need pkg-config.
This also means we can get rid of the copy of the drm source in
drivers/dri/dri_client, and after installin