diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-01-10 18:16:49 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-01-10 18:16:49 -0500 |
commit | e5d0a400d08da2358fac9c2ad12042f125525736 (patch) | |
tree | a869dd4be87331d24076cc46c60ef4dffbb5b9f2 /man | |
parent | 0e432dff9e06a183acaeb20db29cbd03ff0f4b82 (diff) | |
parent | e27e9b4e50ad42885ad2e25be897cdf29aa59712 (diff) |
Merge branch 'kms-pflip' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
Diffstat (limited to 'man')
-rw-r--r-- | man/radeon.man | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/man/radeon.man b/man/radeon.man index 609f7672..285cb397 100644 --- a/man/radeon.man +++ b/man/radeon.man @@ -266,7 +266,22 @@ to use VRAM for non-essential pixmaps. This option allows us to override the heuristic. The default is .B on with > 32MB VRAM, off with < 32MB. - +.TP +.BI "Option \*qSwapbuffersWait\*q \*q" boolean \*q +This option controls the behavior of glXSwapBuffers and glXCopySubBufferMESA +calls by GL applications. If enabled, the calls will avoid tearing by making +sure the display scanline is outside of the area to be copied before the copy +occurs. If disabled, no scanline synchronization is performed, meaning tearing +will likely occur. Note that when enabled, this option can adversely affect +the framerate of applications that render frames at less than refresh rate. +.IP +The default value is +.B on. +.TP +.BI "Option \*qEnablePageFlip\*q \*q" boolean \*q +Enable DRI2 page flipping. The default is +.B on. +Pageflipping is supported on all radeon hardware. .PP The following driver .B Options |