Remove drivers that have not been converted to the new interface from

the DRI builds.
This commit is contained in:
Ian Romanick 2004-06-06 02:19:24 +00:00
parent a704e44f0a
commit 75046c5e59
3 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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