diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-06-10 15:01:45 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-06-10 15:01:45 +0000 |
commit | 5e04bcf6de7a0fceb8ea0893238919c24cef137d (patch) | |
tree | ede83a6a88375bc49eea78eca3ffc65420e127d1 /docs/RELNOTES-5.1 | |
parent | 66a83c9e175c948d1ed8dd860fba42b4cb42ee34 (diff) |
GL_EXT_texture_rectangle, directory tree info
Diffstat (limited to 'docs/RELNOTES-5.1')
-rw-r--r-- | docs/RELNOTES-5.1 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1 index 6cd33612ad..0a38006752 100644 --- a/docs/RELNOTES-5.1 +++ b/docs/RELNOTES-5.1 @@ -24,6 +24,15 @@ See the VERSIONS file for a list of bugs fixed in this release. 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. @@ -48,6 +57,9 @@ GL_EXT_depth_bounds_test 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 @@ -61,10 +73,6 @@ The "old style" makefile system has been updated: 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 @@ -151,4 +159,3 @@ driver call the _mesa_enable_1_4_extensions() function. ---------------------------------------------------------------------- -$Id: RELNOTES-5.1,v 1.10 2003/06/01 16:27:37 brianp Exp $ |