diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2009-01-13 17:09:00 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-01-20 12:11:01 -0500 |
commit | c82adfd0169317efb6c2f9de0f315651f9adbae1 (patch) | |
tree | e87d36aeae818ad1d57158be11b48c3e35754fb5 /man | |
parent | ada44c1c0edcd3ea9e41ed6b6fdb2bf0e87c9c67 (diff) |
Remove triple-buffering support
It never worked with any upstream linux kernel, and is quite heavily
deprecated. A new solution based around DRI2 will probably be
forthcoming. Pageflipping itself is next.
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/man/intel.man b/man/intel.man index 00aa1bec..2359624f 100644 --- a/man/intel.man +++ b/man/intel.man @@ -153,23 +153,10 @@ Default for i810: this option is not used. .BI "Option \*qPageFlip\*q \*q" boolean \*q Enable support for page flipping. This should improve 3D performance at the potential cost of worse performance with mixed 2D/3D. Also note that this gives -no benefit without corresponding support in the Mesa 3D driver and may not give -the full benefit without triple buffering (see -.B "Option \*qTripleBuffer\*q" -). +no benefit without corresponding support in the Mesa 3D driver Default for i810: The option is not used. Default for i830 and above: Disabled (This option is currently unstable). .TP -.BI "Option \*qTripleBuffer\*q \*q" boolean \*q -Enable support for triple buffering. This should improve 3D performance at the -potential cost of worse performance with mixed 2D/3D. Also note that this gives -no benefit without corresponding support in the Mesa 3D driver and may not give -any benefit without page flipping either (see -.B "Option \*qPageFlip\*q" -). -Default for i810: The option is not used. -Default for i830 and above: Disabled. -.TP .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 |