diff options
author | Gary Wong <gtw@gnu.org> | 2006-12-02 02:20:05 +0000 |
---|---|---|
committer | Gary Wong <gtw@gnu.org> | 2006-12-02 02:20:05 +0000 |
commit | 50a81669ba60615689edd26853003b64f180189f (patch) | |
tree | b497807a62e11c883d5ef1c47a19b428eb711128 | |
parent | 7a43a6b4ff8377f260f5525062bc2f66c05570e1 (diff) |
Add i915tex and i965.
-rw-r--r-- | configs/linux-dri-x86-64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index 4fbd0a0876..821ab3e336 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -20,5 +20,5 @@ EXTRA_LIB_PATH=-L/usr/X11R6/lib64 # the new interface. i810 are missing because there is no x86-64 # system where they could *ever* be used. # -DRI_DIRS = i915 mach64 mga r128 r200 radeon tdfx unichrome savage r300 +DRI_DIRS = i915tex i915 i965 mach64 mga r128 r200 radeon tdfx unichrome savage r300 |