summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E. Martin <martin@valinux.com>1999-03-02 20:52:14 +0000
committerKevin E. Martin <martin@valinux.com>1999-03-02 20:52:14 +0000
commit2cc5fb0c43896dee288221d1fd57c2114d0a3e1f (patch)
treeb871257aa5880971f8a79dae14bfb0c276143965
parent7b48f993b3c2abe7693f3e32b15a2f9bc0f7459b (diff)
fixed SVR4 'cc' compiler macro problem (dawes@xfree86.org)
-rw-r--r--docs/VERSIONS5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 9d63ce4f02a..2a16a76e802 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.3 1999/02/27 17:48:27 brianp Exp $
+$Id: VERSIONS,v 1.4 1999/03/02 20:52:14 martin Exp $
Mesa Version History
@@ -624,6 +624,8 @@ Mesa Version History
- more efficient filled gluCylinder() function
- utilities: util/showbuffer.[ch] and util/glstate.[ch]
- fixed some IRIX compiler warnings
+ - added support for building Mesa in XFree86 with
+ SGI's GLX (kevin@precisioninsight.com)
Bug fixes:
- a variety of Windows/Mesa bug fixes (mjk@nvidia.com)
- packed pixel images weren't unpacked correctly
@@ -634,6 +636,7 @@ Mesa Version History
- fixed miscellaneous low-memory bugs
- glClear(GL_COLOR_BUFFER_BIT) with RGBA or CI masking was broken
- GL_LINEAR sampling of 3D textures was broken
+ - fixed SVR4 'cc' compiler macro problem (dawes@xfree86.org)
Changes:
- some device driver changes (see src/dd.h)
- new copyright on core Mesa code