summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/RELNOTES-5.15
-rw-r--r--docs/VERSIONS5
2 files changed, 7 insertions, 3 deletions
diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1
index 09786e0214..a1ad947802 100644
--- a/docs/RELNOTES-5.1
+++ b/docs/RELNOTES-5.1
@@ -18,6 +18,9 @@ Odd-numbered versions (such as 5.1) designate new developmental releases.
New Features in Mesa 5.1
------------------------
+GL_ATI_texture_env_combine3 extension
+ This adds a few new texture combine modes.
+ Contributed by Ian Romanick.
@@ -49,4 +52,4 @@ driver call the _mesa_enable_1_4_extensions() function.
----------------------------------------------------------------------
-$Id: RELNOTES-5.1,v 1.1 2002/12/18 14:57:34 brianp Exp $
+$Id: RELNOTES-5.1,v 1.2 2003/01/21 15:50:24 brianp Exp $
diff --git a/docs/VERSIONS b/docs/VERSIONS
index e1a8399b1f..953485d254 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.120 2002/12/18 14:56:59 brianp Exp $
+$Id: VERSIONS,v 1.121 2003/01/21 15:50:24 brianp Exp $
Mesa Version History
@@ -1084,10 +1084,11 @@ Mesa Version History
5.1 Month day, 2003
New:
- -
+ - GL_ATI_texture_env_combine3 extension (Ian Romanick)
Bug fixes:
- really enable OpenGL 1.4 features in DOS driver.
- glAreProgramsResidentNV was slightly incorrect
+ - fixed issues in glDrawPixels and glCopyPixels for very wide images
Changes:
- dropped API trace feature (src/Trace/)