diff options
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 |