From d7af11a041fb072f72ccac8587b8af1d2e43dfe7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 7 Jan 2004 14:51:30 +0000 Subject: updates for 6.0 release --- docs/intro.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'docs/intro.html') diff --git a/docs/intro.html b/docs/intro.html index 4f82e6f81c..0d4cb1d3ea 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -124,6 +124,13 @@ November 2002: Mesa 5.0 is released. It implements the OpenGL 1.4 specification.

+

+January 2003: Mesa 6.0 is released. It implements the OpenGL 1.5 +specification as well as the GL_ARB_vertex_program and +GL_ARB_fragment_program extensions. +

+ +

Ongoing: Mesa is used as the core of many hardware OpenGL drivers for XFree86 within the @@ -141,6 +148,46 @@ version number tracks OpenGL's minor version number.

+

Version 6.x features

+

+Version 6.x of Mesa implements the OpenGL 1.5 API with the following +extensions incorporated as standard features: +

+ +

+Also note that several OpenGL tokens were renamed in OpenGL 1.5 +for the sake of consistency. The old names will still be valid. +

+
+New Name                    Old Name
+------------------------------------------------------------
+GL_FOG_COORD_SRC            GL_FOG_COORDINATE_SOURCE
+GL_FOG_COORD                GL_FOG_COORDINATE
+GL_CURRENT_FOG_COORD        GL_CURRENT_FOG_COORDINATE
+GL_FOG_COORD_ARRAY_TYPE     GL_FOG_COORDINATE_ARRAY_TYPE
+GL_FOG_COORD_ARRAY_STRIDE   GL_FOG_COORDINATE_ARRAY_STRIDE
+GL_FOG_COORD_ARRAY_POINTER  GL_FOG_COORDINATE_ARRAY_POINTER
+GL_FOG_COORD_ARRAY          GL_FOG_COORDINATE_ARRAY
+GL_SRC0_RGB                 GL_SOURCE0_RGB
+GL_SRC1_RGB                 GL_SOURCE1_RGB
+GL_SRC2_RGB                 GL_SOURCE2_RGB
+GL_SRC0_ALPHA               GL_SOURCE0_ALPHA
+GL_SRC1_ALPHA               GL_SOURCE1_ALPHA
+GL_SRC2_ALPHA               GL_SOURCE2_ALPHA
+
+

+See the + +OpenGL specification for more details. +

+ + +

Version 5.x features

Version 5.x of Mesa implements the OpenGL 1.4 API with the following -- cgit v1.2.3