diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2011-08-24 15:21:58 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2011-08-26 23:31:22 -0700 |
commit | e4344161bde2e24fcfba65d30d58f087bd8bf94d (patch) | |
tree | 0909a7ecd6418db9249572b5d3b55a6b35549123 /docs/libGL.txt | |
parent | 117042b46fc174107a6e28babb9353f9f1e5b981 (diff) |
dri: Remove all DRI1 drivers
Acked-by: Kristian Høgsberg <krh@bitplanet.net>
Acked-by: Marek Olšák <maraeo@gmail.com>
Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Acked-by: Jakob Bornecrantz <jakob@vmware.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com>
Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Diffstat (limited to 'docs/libGL.txt')
-rw-r--r-- | docs/libGL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libGL.txt b/docs/libGL.txt index cb98840437..d06b4e62ac 100644 --- a/docs/libGL.txt +++ b/docs/libGL.txt @@ -33,7 +33,7 @@ When libGL.so initializes itself it uses the DRI to determine the appropriate hardware driver for each screen on the local X display. The hardware drivers are expected to be in the /usr/X11R6/lib/modules/dri/ directory. Drivers are named with the convention <name>_dri.so where -<name> is a driver such as "tdfx", "i810", "gamma", etc. +<name> is a driver such as "radeon", "i965", "nouveau", etc. The LIBGL_DRIVERS_DIR environment variable may be used to specify a different DRI modules directory, overriding /usr/X11R6/lib/modules/dri/. |