New Features in Mesa 5.1
------------------------
+New directory tree
+ The whole Mesa directory tree has been cleaned up and reorganized.
+ Some old stuff has been abandoned. Lots of non-Unix makefiles will
+ have to be updated.
+
+ For now, autoconf/automake support has been removed. New autoconf/automake
+ files will added if they meet certain criteria.
+
+
GL_ATI_texture_env_combine3 extension
This adds a few new texture combine modes.
Contributed by Ian Romanick.
GL_NV_light_max_exponent
Lifts the 128 limit for max light exponent.
+GL_EXT_texture_rectangle
+ Identical to GL_NV_texture_rectangle
+
Build System Changes
Improvements/contributes are greatly appreciated.
3. The Makefile.X11 files have been cleaned up in various ways
-NOTE: there are plans to completely reorganize the Mesa directory tree
-structure. At that time, the GNU autoconf/autoconfig support will be
-removed.
-
Source File Changes
----------------------------------------------------------------------
-$Id: RELNOTES-5.1,v 1.10 2003/06/01 16:27:37 brianp Exp $
-$Id: VERSIONS,v 1.126 2003/05/30 22:30:31 brianp Exp $
Mesa Version History
5.1 Month day, 2003 (NOT RELEASED YET)
New:
+ - reorganized directory tree
- GL_ATI_texture_env_combine3 extension (Ian Romanick)
- GL_SGI_texture_color_table extension (Eric Plante)
- GL_NV_fragment_program extension
- GL_NV_light_max_exponent
+ - GL_EXT_texture_rectangle (identical to GL_NV_texture_rectangle)
- new X86 feature detection code (Petr Sebor)
- less memory used for display lists and vertex buffers
- demo of per-pixel lighting with a fragment program (demos/fplight.c)