diff options
Diffstat (limited to 'man/intel.man')
-rw-r--r-- | man/intel.man | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/intel.man b/man/intel.man index b932632c..32aa7c12 100644 --- a/man/intel.man +++ b/man/intel.man @@ -159,6 +159,26 @@ atctivate the legacy texture pool (see gain some performance by increasing this value. Default: 32768. .TP +.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" +). +Default for i810: The option is not used. +Default for i830 and above: Disabled. +.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 (but stable) XFree86 based acceleration architecture. EXA is a newer and |