summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-03-06 14:33:46 -0800
committerEric Anholt <eric@anholt.net>2009-03-06 14:34:24 -0800
commitabb213d933ac0d808fc10d4f8d88d7b8cef76346 (patch)
tree9295706dd816abbdebbed3be9299563b80647eac
parent568297d327cc321f1186afc54b38d08db3f2914d (diff)
Document the UXA AccelMethod.
Signed-off-by: Eric Anholt <eric@anholt.net>
-rw-r--r--man/intel.man7
1 files changed, 5 insertions, 2 deletions
diff --git a/man/intel.man b/man/intel.man
index 413f63ac..cf1cf403 100644
--- a/man/intel.man
+++ b/man/intel.man
@@ -156,9 +156,12 @@ 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" or "EXA". XAA is the old
-XFree86 based acceleration architecture. EXA is a newer and simpler
+Choose acceleration architecture, either "XAA", "EXA", or "UXA". XAA is the old
+XFree86 based acceleration architecture. EXA is a simpler
acceleration architecture designed to better accelerate the X Render extension.
+UXA is a newer acceleration architecture built from the EXA acceleration
+code but taking advantage of kernel memory management to provide simpler,
+faster code.
.IP
Default: "EXA".
.TP