diff options
author | Felix Kuehling <[email protected]> | 2004-08-22 20:31:40 +0000 |
---|---|---|
committer | Felix Kuehling <[email protected]> | 2004-08-22 20:31:40 +0000 |
commit | c2530b573076fe0b257710a456a2b8cd714c0d0a (patch) | |
tree | 57752b905b3d764c6eb36d33364571338b1222b7 /configs/linux-dri-x86-64 | |
parent | b1e178c69bb7ce22a1d890bb4c5f84da71dde58d (diff) |
Converted the Savage driver to the new DRI interface and enabled compilation
in the Mesa tree.
Diffstat (limited to 'configs/linux-dri-x86-64')
-rw-r--r-- | configs/linux-dri-x86-64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index 6db0530c75c..dbb3d84d2d5 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -28,9 +28,9 @@ DRIVER_DIRS = dri PROGRAM_DIRS = WINDOW_SYSTEM=dri -# Savage is missing. ffb, gamma, and sis are also missing because they have +# ffb, gamma, and sis are 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 i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome +DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon tdfx unichrome savage |