diff options
author | Keith Whitwell <[email protected]> | 2007-08-08 09:41:52 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-08 09:42:19 +0100 |
commit | 8a475cb791a0e66fcdc3fcd12c517fcb98d75957 (patch) | |
tree | f40e33b13dbf708942a9c561884d1c9da3a0a019 /configs | |
parent | f62b573922dd5274c01250fa941f9b1a151e6c45 (diff) |
Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.
This is appropriate as this is not a "pipe driver for the i915" as the
old name would suggest, but rather a dri driver that can provide "winsys"
backends to softpipe/i915/i965/etc pipe drivers, running under the
intel DDX, drm, etc.
It also frees up the i915pipe name for something more appropriate, ie
mesa/pipe/i915pipe.
Diffstat (limited to 'configs')
-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 6a29505a6b1..63e065a40fa 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 = i915pipe +DRI_DIRS = intel_winsys |