diff options
author | Eric Anholt <eric@anholt.net> | 2006-11-30 09:15:30 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-30 09:15:30 -0800 |
commit | b94b7c4bcfdb7ba59ed818f72309b5060a2ab7ee (patch) | |
tree | 7c7a6bbfa3d08660c0a986bf59d25a89a9260cee /man/i810.man | |
parent | b6fc8df9a52f5fe1b4d26ae06bc4d48235b44a67 (diff) | |
parent | 25e6e497824a23eb231fc6fd6e483f601d612cee (diff) |
Merge branch 'exa' of ../xf86-video-intel into modesetting
Conflicts:
man/i810.man
src/Makefile.am
src/i830.h
src/i830_driver.c
src/i830_rotate.c
src/i830_video.c
Diffstat (limited to 'man/i810.man')
-rw-r--r-- | man/i810.man | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/i810.man b/man/i810.man index fa588fb9..ff458098 100644 --- a/man/i810.man +++ b/man/i810.man @@ -206,7 +206,12 @@ atctivate the legacy texture pool (see ). If you run 3D programs with large texture memory requirements, you might gain some performance by increasing this value. Default: 32768. - +.TP +.BI "Option \*qAccelMethod\*q \*q" string \*q +Choose acceleration architecture, either "XAA" or "EXA". XAA is the old +(but stable) XFree86 based acceleration architecture. EXA is a newer and +simpler acceleration architecture designed to better accelerate the X Render +extension. Default: "XAA". .SH "SEE ALSO" __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__) |