diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-02-20 19:09:37 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-02-20 19:09:37 +0100 |
commit | 0bee64f4bc7581de7ab28ca438581d215e85c610 (patch) | |
tree | 0144ade1edf46ff1b5322f20fa4501919260defa /man | |
parent | 2212baa8454abb4c7948c3f2e20e337f831d1b86 (diff) |
Add support for triple buffering using a third static buffer.
Need to bump the DRI DDX version minor for the added SAREA fields.
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/man/intel.man b/man/intel.man index 3f4cff89..503b52a7 100644 --- a/man/intel.man +++ b/man/intel.man @@ -162,9 +162,22 @@ Default: 32768. .BI "Option \*qPageFlip\*q \*q" boolean \*q Enable support for page flipping. This should improve 3D performance at the potential cost of worse performance or artifacts with mixed 2D/3D. Also note -that this gives no benefit without corresponding support in the Mesa 3D driver. +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" +). Default for i810: The option is not used. -Default for i9xx: Disabled. +Default for i830 and above: Disabled. +.TP +.BI "Option \*qTripleBuffer\*q \*q" boolean \*q +Enable support for triple 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 +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 |