diff options
author | Eric Anholt <[email protected]> | 2007-09-24 10:03:25 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2007-09-24 10:03:25 -0700 |
commit | 8cf9085bc7b96819d2bec1e749e15af58eefb2f3 (patch) | |
tree | 9a5f5ea7105198166afb5b5de8c6d75cb51d2c1e /configs | |
parent | 8fba8d2018643444fc17c590f3e8732e1a76c6b8 (diff) |
Move i915tex driver into place as just i915.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/freebsd-dri | 2 | ||||
-rw-r--r-- | configs/linux-dri | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/freebsd-dri b/configs/freebsd-dri index e4d6b02bc23..9750017c231 100644 --- a/configs/freebsd-dri +++ b/configs/freebsd-dri @@ -45,6 +45,6 @@ DRM_SOURCE_PATH=$(TOP)/../drm # ffb and gamma are missing because they have not been converted to use the new # interface. -DRI_DIRS = i810 i915tex i965 mach64 mga r128 r200 r300 radeon tdfx \ +DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon tdfx \ unichrome savage sis diff --git a/configs/linux-dri b/configs/linux-dri index 3cba192569d..afa2d8ca346 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -66,5 +66,5 @@ WINDOW_SYSTEM=dri # gamma are missing because they have not been converted to use the new # interface. -DRI_DIRS = i810 i915tex i965 mach64 mga r128 r200 r300 radeon s3v \ +DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon s3v \ savage sis tdfx trident unichrome ffb |