summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-12-16 15:00:21 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2012-12-16 15:22:58 +0000
commit4580bbeac0051417cb03f272112b0cfe697e31b3 (patch)
tree6ea57241c9742803d8d8e08baedd699a7e25cf0e /man
parent58770b7d6401d2d81f7fee1c8c0e788d44149712 (diff)
intel: Support debugging through AccelMethod
Ease debugging by allowing all acceleration or render acceleration to be disabled through AccelMethod: Option "AccelMethod" "off" -> disable all acceleration Option "AccelMethod" "blt" -> disable render acceleration (only use BLT) Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'man')
-rw-r--r--man/intel.man3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man
index 33ccb2dd..16db5211 100644
--- a/man/intel.man
+++ b/man/intel.man
@@ -128,6 +128,9 @@ Acceleration Architecture) is the mature backend that was introduced to support
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
+debuging use. Specify \*qoff\*q to disable all acceleration, or \*qblt\*q to
+disable render acceleration and only use the BLT engine.
.IP
Default: use UXA (render acceleration)
.TP