summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/version.h
Commit message (Collapse)AuthorAgeFilesLines
* master/trunk is now for Mesa 7.1 devel: bump versionsBrian2007-05-141-3/+3
|
* Version bumps for 7.0Brian2007-04-271-7/+7
|
* bump version to 6.5.3Brian2007-01-301-7/+7
|
* bump version to 6.5.2Brian Paul2006-09-211-3/+3
|
* bump version to 6.5.1Brian Paul2006-04-071-4/+4
|
* bump version to 6.5Brian Paul2005-08-221-4/+4
|
* Bump version to 6.3.2Brian Paul2005-08-161-3/+3
|
* bump version to 6.3.1Brian Paul2005-07-211-4/+4
|
* bump version to 6.3Brian Paul2004-10-021-3/+3
|
* bump version to 6.2Brian Paul2004-08-191-3/+3
|
* bump version to 6.1 (new development)Brian Paul2004-01-161-3/+3
|
* Version bumps, etc for Mesa 6.0Brian Paul2003-12-211-7/+7
|
* Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett2003-09-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | 1. Changes to the main header files to exclude some stuff is __SCITECH_SNAP__ is defined. The main GL/gl.h header file in SciTech SNAP is actually a wrapper that defines a bunch of necessary stuff and then included GL/gl_mesa.h which is the normal Mesa GL/gl.h header file renamed. 2. Changed APIENTRY * to APIENTRYP macros in the GL/gl.h and GL/glext.h header files. This will better support other compilers like IBM VisualAge C++. I added a basic macro for APIENTRYP to GL/gl.h (inside the !SNAP block), so existing code will compile the same, but when the SNAP version is being built we will use the correc definitions for the target compiler. 3. Changed a few more void * declarations to GLvoid *'s to avoid Open Watcom compiler complaints. 4. Updates the OPENGL_VERSION macro to include a patch number (set to 0 for now). Probably not necessary, but the original macro was wrong and we use that macro in our code. 5. Changed _tnl_end() to _tnl_end_ctx() to avoid conflicts with _tnl_End when using a compiler that has a case insensitive link.
* version tweaksBrian Paul2003-09-181-1/+1
|
* added MESA_VERSION() macro, etc (Holger Waechtler)Brian Paul2003-05-281-0/+9
|
* Version defines. include "version.h" in a few files.Brian Paul2003-05-271-0/+42