summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-06-10 15:01:45 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-06-10 15:01:45 +0000
commit5e04bcf6de7a0fceb8ea0893238919c24cef137d (patch)
treeede83a6a88375bc49eea78eca3ffc65420e127d1
parent66a83c9e175c948d1ed8dd860fba42b4cb42ee34 (diff)
GL_EXT_texture_rectangle, directory tree info
-rw-r--r--docs/RELNOTES-5.117
-rw-r--r--docs/VERSIONS3
2 files changed, 14 insertions, 6 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 $
diff --git a/docs/VERSIONS b/docs/VERSIONS
index b9d7ac2386..0a35cb518f 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,3 @@
-$Id: VERSIONS,v 1.126 2003/05/30 22:30:31 brianp Exp $
Mesa Version History
@@ -1121,10 +1120,12 @@ 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)