From 9c27050e277e571c5ad9737ea2bd4fb828f7f7ef Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 29 Mar 2003 16:39:52 +0000 Subject: [PATCH] minor updates --- docs/RELNOTES-5.1 | 4 +++- docs/VERSIONS | 4 ++-- docs/devinfo.html | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1 index b8447b76934..3e3112a8065 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 7ef09cbb01a..a976107e2c5 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 03ce8c86117..398637c51c5 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -135,7 +135,6 @@ the new Mesa version number.

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.

-- 2.30.2