diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2009-01-13 18:46:41 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-01-20 12:11:01 -0500 |
commit | c7db3201106f07f3228c989014d6db5ace5378f6 (patch) | |
tree | 56ae57cde03155cba1a9e15a2c4d8154c3a69cf9 /man | |
parent | c82adfd0169317efb6c2f9de0f315651f9adbae1 (diff) |
Remove the pageflipping infrastructure.
It was broken on current kernels, and deprecated anyway.
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/man/intel.man b/man/intel.man index 2359624f..65d11146 100644 --- a/man/intel.man +++ b/man/intel.man @@ -150,13 +150,6 @@ pool. On systems with a working GEM environment, this can be disabled to increase the memory pool available to other graphics tasks. Default for i830 and newer: Enabled. 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 -Default for i810: The option is not used. -Default for i830 and above: Disabled (This option is currently unstable). -.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 |