diff options
author | Kristian Høgsberg <krh@redhat.com> | 2009-03-11 11:10:57 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-03-11 11:36:57 -0400 |
commit | 73db44e7ac524e84e5f0fda2d60069a9e954ad1b (patch) | |
tree | da3873ac18903d3557421a838c55fb0ade2fef6a /man | |
parent | 2fcf4fcccfe7cfa1425985d21a144137eca07f4e (diff) |
Drop Legacy3D option, only use fixed texture space with non-gem.
With this change, we always expect the 3D driver to use GEM textures
when the 2D driver uses GEM. When GEM is not available or disabled,
we fall back to legacy fixed textures.
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/man/intel.man b/man/intel.man index ee237f87..b6f89b66 100644 --- a/man/intel.man +++ b/man/intel.man @@ -146,15 +146,6 @@ have options for selecting adaptors. .IP Default: Textured video adaptor is preferred. .TP -.BI "Option \*qLegacy3D\*q \*q" boolean \*q -Enable support for the non-GEM mode of the 3D driver on i830 and newer. -This will allocate a large static area for older Mesa to use for its texture -pool. On systems with a working GEM environment, this can be disabled to -increase the memory pool available to other graphics tasks. -.IP -Default for i830 and newer: Enabled. -.IP -Default for i810: this option is not used. .BI "Option \*qAccelMethod\*q \*q" string \*q Choose acceleration architecture, either "XAA", "EXA", or "UXA". XAA is the old XFree86 based acceleration architecture. EXA is a simpler |