diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-10-22 12:57:13 -0700 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-10-22 12:57:13 -0700 |
commit | fd7ee2bcb74edf8c4412a244c33fd4749509b912 (patch) | |
tree | 2fa909eae8005c6b8a7798c34f72dcde65339ba4 /configs | |
parent | 8e4657a9d4cbb899d388068cff0f8c267071fa50 (diff) |
Kill off trident.
Hm. I could have said "chew trident and spit it out," or perhaps
"spear trident," instead. Dohoho.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 2 | ||||
-rw-r--r-- | configs/linux-dri-debug | 2 | ||||
-rw-r--r-- | configs/linux-dri-xcb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 89a7d07f45..6c3c0ab921 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -64,4 +64,4 @@ GALLIUM_WINSYS_DRM_DIRS = intel GALLIUM_STATE_TRACKERS_DIRS = egl DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \ - savage sis tdfx trident unichrome ffb swrast + savage sis tdfx unichrome ffb swrast diff --git a/configs/linux-dri-debug b/configs/linux-dri-debug index c3a458459d..0dbf428830 100644 --- a/configs/linux-dri-debug +++ b/configs/linux-dri-debug @@ -11,6 +11,6 @@ ARCH_FLAGS = -DDEBUG #DRI_DIRS = i915tex i915 #DRI_DIRS = i965 #DRI_DIRS = radeon r200 r300 -#DRI_DIRS = unichrome sis trident +#DRI_DIRS = unichrome sis #DRI_DIRS = i810 mga r128 tdfx diff --git a/configs/linux-dri-xcb b/configs/linux-dri-xcb index d97f0b477e..827fb97330 100644 --- a/configs/linux-dri-xcb +++ b/configs/linux-dri-xcb @@ -69,4 +69,4 @@ WINDOW_SYSTEM=dri # gamma are missing because they have not been converted to use the new # interface. DRI_DIRS = i810 i915 mach64 mga r128 r200 r300 radeon \ - savage sis tdfx trident unichrome ffb + savage sis tdfx unichrome ffb |