summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorConnor Behan <connor.behan@gmail.com>2012-07-16 12:56:00 -0700
committerMichel Dänzer <michel.daenzer@amd.com>2012-07-17 09:59:06 +0200
commitc16d4e8bc068cb8127fa95347d26c7b80258f816 (patch)
tree1cf3dbd536f69b0d7bd54a7b2bf09d87be5b2c92 /man
parenta4231073010096f689df72c1f8f1453852f28d81 (diff)
Add EXA support
This introduces EXA acceleration which can improve performance and allow 2D acceleration to be used without XAA. Implemented hooks are Solid, Copy and Composite. They appear to pass all rendercheck tests, except the gradient test which XAA also fails. Tested on multiple color depths, with and without DRI, with and without the composite extension. Hardware cursor, Xvideo and page flipping are supported as well. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=47866 [ Michel Dänzer: Drop unrelated addition of #include "r128_version.h" ] Signed-off-by: Connor Behan <connor.behan@gmail.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'man')
-rw-r--r--man/r128.man21
1 files changed, 21 insertions, 0 deletions
diff --git a/man/r128.man b/man/r128.man
index 4ba933d..d490f93 100644
--- a/man/r128.man
+++ b/man/r128.man
@@ -57,6 +57,27 @@ Enables or disables all hardware acceleration. The default is to
.B enable
hardware acceleration.
.TP
+.BI "Option \*qEnablePageFlip\*q \*q" boolean \*q
+Enable page flipping for 3D acceleration. This will increase performance
+but not work correctly in some rare cases, hence the default is
+.B off.
+.TP
+.BI "Option \*qRenderAccel\*q \*q" boolean \*q
+Enables or disables hardware Render acceleration. It is only supported when
+using EXA acceleration and DRI. The default is to
+.B enable
+Render acceleration.
+.TP
+.BI "Option \*qAccelMethod\*q \*q" "string" \*q
+Chooses between available acceleration architectures. Valid options are
+.B XAA
+and
+.B EXA.
+XAA is the traditional acceleration architecture and support for it is very
+stable. EXA is a newer acceleration architecture with better performance for
+the Render and Composite extensions. The default is
+.B XAA.
+.TP
.BI "Option \*qDac6Bit\*q \*q" boolean \*q
Enables or disables the use of 6 bits per color component when in 8 bpp
mode (emulates VGA mode). By default, all 8 bits per color component