| ★ wanayoo — archive 1999 http://mesa3d.org/devel.html | Nouvelle recherche | Portail wanayoo |

Many people have contributed to Mesa by adding new features, writing new drivers and fixing bugs. This is an acknowledgment of some of the biggest contributors:
Apologies to anyone who's accidentally been omitted. Please send corrections and additions to the webmaster.
The Mesa3d sources are split up into two branches. A branch that
is to remain as stable as possible, and an unstable branch where
development work for new versions will be done. The current
stable branch is tagged mesa_3_2_dev while the unstable branch
is just the default. The goal is to adopt and even/odd stable/unstable
versioning scheme similiar to the linux kernel. Hence releases of
Mesa 3.2.X should be more stable than Mesa 3.3.X.
All versions of Mesa after 3.0 will also be tagged with a branch id.
Mesa 3.1 has the tag mesa_3_1, Mesa 3.2 will be
mesa_3_2, Mesa 3.3 mesa_3_3, etc..
To checkout a specific branch of mesa just pass -r
and the branch tag after your cvs command. For example
cvs checkout -r mesa_3_2_dev Mesa will checkout
the 3.2 dev branch and cvs update -r mesa_3_2_dev
will convert your current branch to the 3.2 dev branch. Consult
http://www.durak.org/cvswebsites/doc/cvs_5.php3#SEC54 for
more on branching in cvs.
:pserver:anonymous@cvs.mesa3d.org:/cvs/mesa3dsetenv CVSROOT :pserver:anonymous@cvs.mesa3d.org:/cvs/mesa3dexport CVSROOT=:pserver:anonymous@cvs.mesa3d.org:/cvs/mesa3dcvs login
cvs checkout Mesa
cd Mesa
cvs update
There is a Mesa developers mailing list. If you would like to join the development group list send an email to Brian expressing your desire to be included. Note: The list is intended for people developing the Mesa library, not application development.
The list is archived at http://www.mail-archive.com/mesa-dev@mesa3d.org/.
If you are having problems with this mailing list, you can report the problem to opn-admin@lists.openprojects.net.
There are a number of things which need to be done in the Mesa project. Here are some of them. If you think you can help out, contact the developers.