diff options
author | Ian Romanick <idr@us.ibm.com> | 2004-06-06 02:19:24 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2004-06-06 02:19:24 +0000 |
commit | 75046c5e594173c331e5978f2c856be7d8efd0ad (patch) | |
tree | cba08d9b29dce6ac7539051934bfd0434186934f /configs | |
parent | a704e44f0ad4401409892559975642a80d815426 (diff) |
Remove drivers that have not been converted to the new interface from
the DRI builds.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 5 | ||||
-rw-r--r-- | configs/linux-dri-x86 | 5 | ||||
-rw-r--r-- | configs/linux-dri-x86-64 | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index eb48be449a..68e063a419 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -30,7 +30,8 @@ DRIVER_DIRS = dri PROGRAM_DIRS = WINDOW_SYSTEM=dri -# Only savage missing: +# Savage is missing. ffb, gamma, and sis are also missing because they have +# not be converted to use the new interface. # -DRI_DIRS = dri_client ffb gamma i810 i830 mach64 mga r128 r200 radeon sis tdfx unichrome +DRI_DIRS = dri_client i810 i830 mach64 mga r128 r200 radeon tdfx unichrome diff --git a/configs/linux-dri-x86 b/configs/linux-dri-x86 index 812e024975..8582f2aebd 100644 --- a/configs/linux-dri-x86 +++ b/configs/linux-dri-x86 @@ -28,7 +28,8 @@ DRIVER_DIRS = dri PROGRAM_DIRS = WINDOW_SYSTEM=dri -# Only savage missing: +# Savage is missing. ffb, gamma, and sis are also missing because they have +# not be converted to use the new interface. # -DRI_DIRS = dri_client ffb gamma i810 i830 mach64 mga r128 r200 radeon sis tdfx unichrome +DRI_DIRS = dri_client i810 i830 mach64 mga r128 r200 radeon tdfx unichrome diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index d2ba01d640..4f763da898 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -28,7 +28,9 @@ DRIVER_DIRS = dri PROGRAM_DIRS = WINDOW_SYSTEM=dri -# ffb & savage missing: +# Savage is missing. ffb, gamma, and sis are also missing because they have +# not be converted to use the new interface. Do i810 & i830 really +# need to be included here? # -DRI_DIRS = dri_client gamma i810 i830 mach64 mga r128 r200 radeon sis tdfx unichrome +DRI_DIRS = dri_client i810 i830 mach64 mga r128 r200 radeon tdfx unichrome |