summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-03-29 16:39:52 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-03-29 16:39:52 +0000
commit9c27050e277e571c5ad9737ea2bd4fb828f7f7ef (patch)
tree8f6300c541102be9bae5d4eb067bf3590228fcf1 /docs
parent997d468afeca6791d21ce703af36d8604e72a0c1 (diff)
minor updates
Diffstat (limited to 'docs')
-rw-r--r--docs/RELNOTES-5.14
-rw-r--r--docs/VERSIONS4
-rw-r--r--docs/devinfo.html1
3 files changed, 5 insertions, 4 deletions
diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1
index b8447b7693..3e3112a806 100644
--- a/docs/RELNOTES-5.1
+++ b/docs/RELNOTES-5.1
@@ -58,6 +58,8 @@ New files:
nvvertexec.[ch] - NV vertex program execution
swrast/s_nvfragprog.[ch] - NV fragment program execution
+Removed files:
+ swrast/s_historgram.[ch] - moved into src/histogram.c
@@ -88,4 +90,4 @@ driver call the _mesa_enable_1_4_extensions() function.
----------------------------------------------------------------------
-$Id: RELNOTES-5.1,v 1.7 2003/03/11 15:34:42 brianp Exp $
+$Id: RELNOTES-5.1,v 1.8 2003/03/29 16:39:52 brianp Exp $
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 7ef09cbb01..a976107e2c 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.122 2003/01/21 21:48:30 brianp Exp $
+$Id: VERSIONS,v 1.123 2003/03/29 16:39:52 brianp Exp $
Mesa Version History
@@ -1086,10 +1086,10 @@ Mesa Version History
New:
- GL_ATI_texture_env_combine3 extension (Ian Romanick)
- GL_SGI_texture_color_table extension (Eric Plante)
+ - GL_NV_fragment_program extension
- new X86 feature detection code (Petr Sebor)
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/)
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 03ce8c8611..398637c51c 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -135,7 +135,6 @@ the new Mesa version number.
<p>
Create/edit the docs/RELNOTES-X-Y file to document what's new in the release.
Edit the docs/VERSIONS file too.
-Update the docs/IAFA-PACKAGE file.
</p>
<p>