diff --git a/docs/RELNOTES-6.3.2 b/docs/RELNOTES-6.3.2 index f13f049a344..f2d47bff19a 100644 --- a/docs/RELNOTES-6.3.2 +++ b/docs/RELNOTES-6.3.2 @@ -1,10 +1,8 @@ - Mesa 6.3.2 release notes + Mesa 6.3.2 Release Notes August 19, 2005 - PLEASE READ!!!! - Introduction @@ -15,12 +13,13 @@ Odd numbered versions (such as 6.3) designate new developmental releases. Even numbered versions (such as 6.2) designate stable releases. -6.3.2 is primarily a bug fix release. See the VERSIONS file for detaisl. +6.3.2 is primarily a bug-fix release. See the VERSIONS file for details. Driver Status ----------------------- --------------------- +---------------------- ---------------------- +DRI drivers varies with the driver XMesa (Xlib) implements OpenGL 1.5 OSMesa (off-screen) implements OpenGL 1.5 Glide (3dfx Voodoo1/2) implements OpenGL 1.3 @@ -35,4 +34,4 @@ D3D needs updating ---------------------------------------------------------------------- -$Id: RELNOTES-6.3.2,v 3.1 2005/08/16 23:12:37 brianp Exp $ +$Id: RELNOTES-6.3.2,v 3.2 2005/08/19 16:57:50 brianp Exp $ diff --git a/docs/VERSIONS b/docs/VERSIONS index d84222f3181..2b164cab37e 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1371,3 +1371,4 @@ Mesa Version History - the GL_PIXEL_MAP_I_TO_I table is now floating point, not integer - wglGetProcAddress() didn't handle wgl-functions - fixed glxext.h cross-compile issue (Colin Harrison) + - assorted DRI driver fixes diff --git a/docs/contents.html b/docs/contents.html index 63842278854..c2ad6fff2e0 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -38,7 +38,7 @@ a:visited { Download / Install
-The new SI GLU library code is included in the Mesa package. +The SI GLU library code is included in the Mesa distribution. You don't have to download it separately.
diff --git a/docs/intro.html b/docs/intro.html index b63d3135078..374d124b349 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -146,7 +146,8 @@ I continue to enhance Mesa with new extensions and features.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.
@@ -162,10 +163,11 @@ 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. +for the sake of consistency. +The old tokens are still available.
-New Name Old Name +New Token Old Token ------------------------------------------------------------ GL_FOG_COORD_SRC GL_FOG_COORDINATE_SOURCE GL_FOG_COORD GL_FOG_COORDINATE diff --git a/docs/license.html b/docs/license.html index 3831425b54e..b61fe44b336 100644 --- a/docs/license.html +++ b/docs/license.html @@ -13,17 +13,18 @@ The Mesa distribution consists of several components. Different copyrights and licenses apply to different components. For example, GLUT is copyrighted by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa device drivers are copyrighted by their authors. See below for a list of -Mesa's components and the copyright/license for each. +Mesa's main components and the license for each.-The core Mesa library is licensed according to the terms of the XFree86 -copyright (an MIT-style license). This allows integration with the -XFree86/DRI project. Unless otherwise stated, the Mesa source code and -documentation is licensed as follows: +The core Mesa library is licensed according to the terms of the MIT license. +This allows integration with the XFree86, Xorg and DRI projects. +
++The default Mesa license is as follows:
-Copyright (C) 1999-2003 Brian Paul All Rights Reserved. +Copyright (C) 1999-2005 Brian Paul All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -47,70 +48,38 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.Attention, Contributors
-When contributing to the Mesa project you must agree to relinquish your -work to the holder of the copyright for the particular component you're -contributing to. That is, you can't put your own copyright on the code, -unless it's a modular piece that can be omitted from Mesa (like a new -device driver). If for example, you contribute a bug fix to Mesa's -texture mapping code, your code will become a part of the body of work -which is copyrighted by Brian Paul and licensed by the above terms. +When contributing to the Mesa project you must agree to the licensing terms +of the component to which you're contributing. +The following section lists the primary comonents of the Mesa distribution +and their respective licenses.
+ +Mesa Component Licenses
+-Mesa Component Licenses: - -Component Files Primary Author License +Component Location Primary Author License ---------------------------------------------------------------------------- -core Mesa code src/*.[ch] Brian Paul Mesa - include/GL/gl.h +Main Mesa code src/mesa/ Brian Paul Mesa (MIT) -GLX driver src/X/* Brian Paul Mesa - include/GL/glx.h - include/GL/xmesa.h +Device drivers src/mesa/drivers/* See drivers See drivers -OS/Mesa driver src/OSmesa/* Brian Paul Mesa - include/GL/osmesa.h +Ext headers include/GL/glext.h SGI SGI Free B + include/GL/glxext.h -3Dfx driver src/FX/* David Bucciarelli Mesa - include/GL/fxmesa.h +GLUT src/glut/ Mark Kilgard Mark's copyright -BeOS R4 driver src/BeOS/* Brian Paul Mesa +Mesa GLU library src/glu/mesa/ Brian Paul GNU-LGPL -MGL driver src/MGL/* SciTech, Inc SciTech copyright - include/GL/mglmesa.h +SGI GLU library src/glu/sgi/ SGI SGI Free B -Windows driver src/Windows/* Li Wei copyright by Li Wei - include/GL/wmesa.h +demo programs progs/demos/ various see source files -SVGA driver src/SVGA/* Brian Paul GNU-LGPL - include/GL/svgamesa.h +X demos progs/xdemos/ Brian Paul see source files -DOS driver src/DOS/* Charlie Wallace GNU-LGPL - include/GL/dosmesa.h +SGI demos progs/samples/ SGI SGI copyright -GGI driver src/GGI/* Uwe Maurer GNU-LGPL - include/GL/ggimesa.h - -S3 driver src/S3/* S3, Inc. S3 copyright - -GLUT src-glut/* Mark Kilgard Mark's copyright - include/GL/*glut*.h - -GLU library src-glu/* Brian Paul GNU-LGPL - -SI GLU library si-glu/* SGI SGI Free B - include/GL/glu.h - -Ext registry include/GL/glext.h SGI SGI Free B - include/GL/glxext.h - -demo programs demos/* various see source files - -X demos xdemos/* Brian Paul see source files - -SGI demos samples/* SGI SGI copyright - -RedBook demos book/* SGI SGI copyright +RedBook demos progs/redbook/ SGI SGI copyright