Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-05 | mesa: bump version to 7.9 | Brian Paul | |
Now that the 7.8 branch has been created Mesa/master will be version 7.9 | |||
2010-01-05 | mesa: added _mesa_compute_version() in new version.c file | Brian Paul | |
2009-11-18 | mesa: bump version to 7.8 | Brian Paul | |
2009-09-08 | mesa: bump version to 7.7 | Brian Paul | |
2009-05-01 | mesa: bump version to 7.6 (devel) | Brian Paul | |
2009-02-24 | mesa: fix merge conflict (in comment) | Brian Paul | |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | |
Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c | |||
2009-01-29 | mesa: set version to 7.4 for mesa_7_4_branch | Brian Paul | |
2009-01-29 | mesa: set version to 7.3 | Brian Paul | |
2009-01-22 | mesa: master is open for new development, eventually will be Mesa 7.5 | Brian Paul | |
2009-01-22 | mesa: set version to 7.3 | Brian Paul | |
2009-01-20 | mesa: bump version to 7.3-rc3 | Brian Paul | |
2009-01-14 | mesa: bump version to 7.3-rc2 | Brian Paul | |
2009-01-08 | mesa: set version string to 7.3-rc1 | Brian Paul | |
2008-08-25 | mesa: set version string to 7.3-devel | Brian Paul | |
2008-08-16 | prep for 7.1 rc4 | Brian Paul | |
2008-07-08 | bump version to rc3 | Brian Paul | |
2008-07-08 | mesa: bump version to rc2 | Brian Paul | |
2008-05-27 | set version string to 7.1 rc1 | Brian Paul | |
2007-05-14 | master/trunk is now for Mesa 7.1 devel: bump versions | Brian | |
2007-04-27 | Version bumps for 7.0 | Brian | |
2007-01-30 | bump version to 6.5.3 | Brian | |
2006-09-21 | bump version to 6.5.2 | Brian Paul | |
2006-04-07 | bump version to 6.5.1 | Brian Paul | |
2005-08-22 | bump version to 6.5 | Brian Paul | |
2005-08-16 | Bump version to 6.3.2 | Brian Paul | |
2005-07-21 | bump version to 6.3.1 | Brian Paul | |
2004-10-02 | bump version to 6.3 | Brian Paul | |
2004-08-19 | bump version to 6.2 | Brian Paul | |
2004-01-16 | bump version to 6.1 (new development) | Brian Paul | |
2003-12-21 | Version bumps, etc for Mesa 6.0 | Brian Paul | |
2003-09-30 | Updates required for building the SciTech SNAP version of Mesa. This includes: | Kendall Bennett | |
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. | |||
2003-09-18 | version tweaks | Brian Paul | |
2003-05-28 | added MESA_VERSION() macro, etc (Holger Waechtler) | Brian Paul | |
2003-05-27 | Version defines. include "version.h" in a few files. | Brian Paul | |