diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-08-19 16:57:50 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-08-19 16:57:50 +0000 |
commit | b7c727e5006e26be3f70396030aab7512498f441 (patch) | |
tree | 22fbb9a2c1b9cb7e2b993b0ebe0fb5c589a07fba /docs/intro.html | |
parent | d912f6cfe3636e8ceded7871d93a003b0f4b39d7 (diff) |
updates for 6.3.2 release, plus other assorted clean-ups
Diffstat (limited to 'docs/intro.html')
-rw-r--r-- | docs/intro.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/intro.html b/docs/intro.html index b63d313507..374d124b34 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -146,7 +146,8 @@ I continue to enhance Mesa with new extensions and features. <p> This is a summary of the major versions of Mesa. Note that Mesa's major -version number tracks OpenGL's minor version number. +version number tracks OpenGL's minor version number (+1). +Work is underway to implement the OpenGL 2.0 specification. </p> @@ -162,10 +163,11 @@ extensions incorporated as standard features: </ul> <p> Also note that several OpenGL tokens were renamed in OpenGL 1.5 -for the sake of consistency. The old names will still be valid. +for the sake of consistency. +The old tokens are still available. </p> <pre> -New Name Old Name +New Token Old Token ------------------------------------------------------------ GL_FOG_COORD_SRC GL_FOG_COORDINATE_SOURCE GL_FOG_COORD GL_FOG_COORDINATE |