We diskussed with ruskie if i810 is dead or not. I readded it in devel
branch of mesalib. It compiled for me. I have no chance to test it, no
intel card here.
# gaze from /usr/lib/dri/i810_dri.so
mesalib-7.8.2:/usr/lib/dri/i810_dri.so
mesalib-7.9:/usr/lib/dri/i810_dri.so
Please test it.
I also removed s3v, trident, ffb. No more in mesalib 7.8.2.
Any problems with it?
--
Ladislav Hagara
> diff --git a/graphics-libs/mesalib/CONFIGURE
> b/graphics-libs/mesalib/CONFIGURE
> index d731546..998d6e7 100755
> --- a/graphics-libs/mesalib/CONFIGURE
> +++ b/graphics-libs/mesalib/CONFIGURE
> @@ -34,11 +34,11 @@ config_query_list MESALIB_BUILD
> \
>
> if [[ $MESALIB_BUILD == dri ]]; then
> if [[ "$MESALIB_VER" == "stable" ]]; then
> - AVAILABLE_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v
> \
> - savage sis tdfx trident unichrome ffb swrast"
> + AVAILABLE_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 r600
> radeon savage \
> + sis swrast tdfx unichrome"
> else
> - AVAILABLE_DRIVERS="i915 i965 mach64 mga r128 r200 r300 r600 radeon
> savage \
> - tdfx unichrome swrast"
> + AVAILABLE_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 r600
> radeon savage \
> + sis swrast tdfx unichrome"
> fi &&