diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-05 14:18:04 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-05 14:18:04 +0000 |
commit | 0355d3ff945c9f19c003275851f7aef2472ebec1 (patch) | |
tree | 5f0a7287d8843e3dde476e8b7d4d41f019527b71 /docs/VERSIONS | |
parent | cb34c11663de15ab7d82d81bb3787e7f6d199e14 (diff) |
fix typo
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 74400e01aa..1a0c26fb01 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1308,7 +1308,7 @@ Mesa Version History - glReadPixels from a clipped front color buffer didn't always work - glTexImage didn't accept GL_RED/GREEN/BLUE as the format - Attempting queries/accesses of VBO 0 weren't detected as errors - - paletted textures failed if the palette had fewer that 256 entries + - paletted textures failed if the palette had fewer than 256 entries Changes: - fixed a bunch of compiler warnings found with gcc 3.4 - bug reports should to go bugzilla.freedesktop.org |