diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2007-03-04 13:22:57 +0000 |
---|---|---|
committer | Benno Schulenberg <bensberg@justemail.net> | 2007-03-04 13:22:57 +0000 |
commit | c47f9e6157e90c3d7f116469b416dad4e10cc245 (patch) | |
tree | 5cd79356fd34952d89bf0cab7655fe1bc6d96026 | |
parent | af9379a6c7930b4e446603510c844579da9a71e9 (diff) |
Fix typo in man page and neaten changelog.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | unichrome/via.man | 2 |
2 files changed, 6 insertions, 5 deletions
@@ -1,8 +1,8 @@ 2007-03-04 Benno Schulenberg <bensberg-at-justemail-dot-net> - * unichrome/via.man: + * unichrome/via.man: - Textual tweaks and options ordered alphabetically. + Textual tweaks and options ordered alphabetically. 2007-02-16 Benno Schulenberg <bensberg-at-justemail-dot-net> @@ -16,12 +16,13 @@ by Marg Huijgen <mark-dot-sf-dot-net-at-huijgen-dot-tk>; solution found by Thomas. -2007-02-10 Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> +2007-02-10 Thomas Hellström <thomas-at-tungstengraphics-dot-com> * unichrome/via_accel.c: (viaFlushDRIEnabled), (viaSubsequentSolidTwoPointLine): - Fix possible line clipping bug. + Fix line-clipping bug reported by Manuel Bilderbeek + <manuel-dot-bilderbeek-at-oce-dot-com>. 2007-02-06 Benno Schulenberg <bensberg-at-justemail-dot-net> diff --git a/unichrome/via.man b/unichrome/via.man index 613012b..e235d8a 100644 --- a/unichrome/via.man +++ b/unichrome/via.man @@ -77,7 +77,7 @@ least one system page of AGP memory and, if the AGP command buffer is used, at least 2MB + one system page. If there is no room for the EXA scratch area in AGP space, it will be allocated from VRAM. If there is no room for DRI textures, they will be allocated from the DRI part of -VRAM (sSee the option "MaxDRIMem"). The default amount of AGP is +VRAM (see the option "MaxDRIMem"). The default amount of AGP is 32768kB. Note that the AGP aperture set in the BIOS must be able to accomodate the amount of AGP memory specified here. Otherwise no AGP memory will be available. It is safe to set a very large AGP |