diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-07-31 20:22:49 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-07-31 20:22:49 +0100 |
commit | b4c18efcd0107f62681f06ca0eb26fe8af76ede5 (patch) | |
tree | 0ab68a439dfce4f36a66acfb859fe5568a84b472 | |
parent | 280cb3713064ccc17417e1a25398ad615dfc53c8 (diff) |
Build the "pipe" version of the i915tex driver.
This hands all rendering off to the softpipe rasterizer.
-rw-r--r-- | configs/linux-dri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index 4af8c25f66..6a29505a6b 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -66,4 +66,4 @@ WINDOW_SYSTEM=dri # gamma are missing because they have not been converted to use the new # interface. -DRI_DIRS = i915tex +DRI_DIRS = i915pipe |