diff options
author | Keith Whitwell <[email protected]> | 2009-12-21 19:21:09 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-21 19:21:09 +0000 |
commit | 57531baa9260bd818b5fd584d6a6adde3c2d9fde (patch) | |
tree | a76f3f83ccd6aff511989adbbdea17898ba7c005 /configs | |
parent | 66e779c22ba67834a35f71c8878670c38c071cb2 (diff) |
i965g: back out unintentional changes to linux-dri
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index c54583a0c82..cf1f4e19833 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -63,4 +63,5 @@ GALLIUM_WINSYS_DIRS = drm GALLIUM_WINSYS_DRM_DIRS = vmware intel i965 GALLIUM_STATE_TRACKERS_DIRS = egl -DRI_DIRS = i915 i965 +DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \ + savage sis tdfx unichrome ffb swrast |