diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-09-27 16:40:19 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-09-27 16:40:19 +0100 |
commit | ac492b9af99919d7c579ee4dd636ef6aab90c945 (patch) | |
tree | b80cef5587d7ac0d7dcd9b31a505dcf93772d74a /man | |
parent | 38e8c9104265440242dac2f0ef5b8c619a285be7 (diff) |
man: Mention Option "AccelMethod" "none"
Currently we only refer to "off" to disable the acceleration, but "none"
is probably more familar to users of other drivers.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/intel.man b/man/intel.man index 13fba270..17515206 100644 --- a/man/intel.man +++ b/man/intel.man @@ -140,7 +140,7 @@ the GEM driver model. It is in the process of being superseded by \*qSNA\*q (Sandybridge's New Acceleration). Until that process is complete, the ability to choose which backend to use remains for backwards compatibility. In addition, there are a pair of sub-options to limit the acceleration for -debugging use. Specify \*qoff\*q to disable all acceleration, or \*qblt\*q to +debugging use. Specify \*qoff\*q or \*qnone\*q to disable all acceleration, or \*qblt\*q to disable render acceleration and only use the BLT engine. .IP Default: use SNA (render acceleration) |