2009-12-20 22:50:28 +00:00
|
|
|
diff -up mesa-20091221/configure.ac.da mesa-20091221/configure.ac
|
|
|
|
--- mesa-20091221/configure.ac.da 2009-12-21 08:09:11.000000000 +1000
|
|
|
|
+++ mesa-20091221/configure.ac 2009-12-21 08:41:04.000000000 +1000
|
|
|
|
@@ -723,7 +723,7 @@ if test "$mesa_driver" = dri; then
|
2008-09-05 05:48:02 +00:00
|
|
|
# because there is no x86-64 system where they could *ever*
|
|
|
|
# be used.
|
|
|
|
if test "x$DRI_DIRS" = "xyes"; then
|
2009-07-23 02:17:11 +00:00
|
|
|
- DRI_DIRS="i915 i965 mach64 mga r128 r200 r300 r600 radeon \
|
|
|
|
+ DRI_DIRS="i915 i965 mga r128 r200 r300 r600 radeon \
|
2008-09-05 05:48:02 +00:00
|
|
|
savage tdfx unichrome swrast"
|
|
|
|
fi
|
|
|
|
;;
|
2009-12-20 22:50:28 +00:00
|
|
|
@@ -731,13 +731,13 @@ if test "$mesa_driver" = dri; then
|
2008-09-05 05:48:02 +00:00
|
|
|
# Build only the drivers for cards that exist on PowerPC.
|
|
|
|
# At some point MGA will be added, but not yet.
|
|
|
|
if test "x$DRI_DIRS" = "xyes"; then
|
2009-07-23 02:17:11 +00:00
|
|
|
- DRI_DIRS="mach64 r128 r200 r300 r600 radeon tdfx swrast"
|
|
|
|
+ DRI_DIRS="r128 r200 r300 r600 radeon tdfx swrast"
|
2008-09-05 05:48:02 +00:00
|
|
|
fi
|
|
|
|
;;
|
|
|
|
sparc*)
|
|
|
|
# Build only the drivers for cards that exist on sparc`
|
|
|
|
if test "x$DRI_DIRS" = "xyes"; then
|
2009-07-23 02:17:11 +00:00
|
|
|
- DRI_DIRS="mach64 r128 r200 r300 r600 radeon ffb swrast"
|
|
|
|
+ DRI_DIRS="r128 r200 r300 r600 radeon ffb swrast"
|
2008-09-05 05:48:02 +00:00
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|
2009-12-20 22:50:28 +00:00
|
|
|
@@ -756,7 +756,7 @@ if test "$mesa_driver" = dri; then
|
2008-09-05 05:48:02 +00:00
|
|
|
# ffb and gamma are missing because they have not been converted
|
|
|
|
# to use the new interface.
|
|
|
|
if test "x$DRI_DIRS" = "xyes"; then
|
2009-07-23 02:17:11 +00:00
|
|
|
- DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \
|
|
|
|
+ DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon tdfx \
|
2008-09-05 05:48:02 +00:00
|
|
|
unichrome savage sis swrast"
|
|
|
|
fi
|
|
|
|
;;
|
2009-12-20 22:50:28 +00:00
|
|
|
@@ -775,7 +775,7 @@ if test "$mesa_driver" = dri; then
|
2008-09-05 05:48:02 +00:00
|
|
|
|
|
|
|
# default drivers
|
|
|
|
if test "x$DRI_DIRS" = "xyes"; then
|
2009-12-20 22:50:28 +00:00
|
|
|
- DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon \
|
|
|
|
+ DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon \
|
|
|
|
savage sis tdfx unichrome ffb swrast"
|
2008-09-05 05:48:02 +00:00
|
|
|
fi
|
|
|
|
|