summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-11-13 15:33:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-11-13 15:33:50 +0000
commit9d88c7d8f47bd4bed5f7c9ba60e5fdf8a5c98bb2 (patch)
tree32c91f7e8a88991f8150ebe49ce81dd5bb9427f1
parent21709b354b45ad6aa4669d9ef028df9c902d3552 (diff)
last tweaks for 5.0 release
-rw-r--r--Makefile.X114
-rw-r--r--docs/RELNOTES-5.06
-rw-r--r--docs/VERSIONS4
3 files changed, 6 insertions, 8 deletions
diff --git a/Makefile.X11 b/Makefile.X11
index 04ef2c73414..b28d506f062 100644
--- a/Makefile.X11
+++ b/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.68 2002/11/13 02:34:53 brianp Exp $
+# $Id: Makefile.X11,v 1.69 2002/11/13 15:33:51 brianp Exp $
# Mesa 3-D graphics library
# Version: 5.0
@@ -354,12 +354,10 @@ LIB_FILES = \
$(DIRECTORY)/missing \
$(DIRECTORY)/mkinstalldirs \
$(DIRECTORY)/stamp-h.in \
- $(DIRECTORY)/docs/CONFIG \
$(DIRECTORY)/docs/CONFORM \
$(DIRECTORY)/docs/COPYING \
$(DIRECTORY)/docs/COPYRIGHT \
$(DIRECTORY)/docs/DEVINFO \
- $(DIRECTORY)/docs/IAFA-PACKAGE \
$(DIRECTORY)/docs/INSTALL \
$(DIRECTORY)/docs/INSTALL.GNU \
$(DIRECTORY)/docs/README \
diff --git a/docs/RELNOTES-5.0 b/docs/RELNOTES-5.0
index 1db56748300..565e4ad78e4 100644
--- a/docs/RELNOTES-5.0
+++ b/docs/RELNOTES-5.0
@@ -1,7 +1,7 @@
Mesa 5.0 release notes
- November ??, 2002
+ November 13, 2002
PLEASE READ!!!!
@@ -72,14 +72,14 @@ Wind River UGL implements OpenGL 1.3
Windows/Win32 implements OpenGL 1.4
DOS/DJGPP implements OpenGL 1.3
GGI implements OpenGL 1.3
+DOS implements OpenGL 1.4
BeOS needs updating (underway)
Allegro needs updating
D3D needs updating
-DOS needs updating
Note: supporting OpenGL 1.4 (vs. 1.3 or 1.2) usually only requires that the
driver call the _mesa_enable_1_4_extensions() function.
----------------------------------------------------------------------
-$Id: RELNOTES-5.0,v 3.1 2002/10/29 22:42:04 brianp Exp $
+$Id: RELNOTES-5.0,v 3.2 2002/11/13 15:33:51 brianp Exp $
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 2334d048178..4f635a82b7f 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.117 2002/11/12 19:32:09 brianp Exp $
+$Id: VERSIONS,v 1.118 2002/11/13 15:33:50 brianp Exp $
Mesa Version History
@@ -1058,7 +1058,7 @@ Mesa Version History
- updated demos/stex3d with new options
-5.0 November ??, 2002
+5.0 November 13, 2002
New:
- OpenGL 1.4 support (glGetString(GL_VERSION) returns "1.4")
- removed some overlooked debugging code