diff options
author | Eric Anholt <eric@anholt.net> | 2007-07-25 10:11:16 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-07-25 10:11:16 -0700 |
commit | 18c707a8c13ac5fffdd30d55e6f5926a68b367df (patch) | |
tree | 27e10e32ed902f033d76677cfb1d0b3ec1b15ae1 /man | |
parent | 45962eed51120ff77326c29d72cf8b6cd8a934b5 (diff) |
When TTM is available, use it instead of manual AGP allocations when possible.
This is a step towards being able to expose buffer objects through the screen
private to DRI clients, instead of having them have to use the fake buffer
object type.
This fails in two ways. First, the kernel memory manager is not currently
suitable for doing the physical allocations we need, so we still use AGP for
those. Additionally, the DRI lock can't be initialized early enough for us, so
these buffer object allocations fail. This will be fixed by improving the
DRM interface.
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/intel.man b/man/intel.man index 33dc319e..c682d550 100644 --- a/man/intel.man +++ b/man/intel.man @@ -128,9 +128,8 @@ Default: XVideo is enabled for configurations where it is supported. Enable support for the legacy i915_dri.so 3D driver. This will, among other things, make the 2D driver tell libGL to load the 3D driver i915_dri.so instead of the newer i915tex_dri.so. -This option is only used for chipsets in the range i830-i945. -Default for i830-i945 series: Enabled for i915 drm versions < 1.7.0. Otherwise -disabled. +This option is only used for chipsets in the range i830-i945. +Default for i830-i945 series: Enabled. Default for i810: The option is not used. Default for i965: The option is always true. .TP |