diff options
author | Kevin E. Martin <[email protected]> | 1999-03-02 20:52:14 +0000 |
---|---|---|
committer | Kevin E. Martin <[email protected]> | 1999-03-02 20:52:14 +0000 |
commit | 2cc5fb0c43896dee288221d1fd57c2114d0a3e1f (patch) | |
tree | b871257aa5880971f8a79dae14bfb0c276143965 /docs/VERSIONS | |
parent | 7b48f993b3c2abe7693f3e32b15a2f9bc0f7459b (diff) |
fixed SVR4 'cc' compiler macro problem ([email protected])
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 5 |
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 ([email protected]) Bug fixes: - a variety of Windows/Mesa bug fixes ([email protected]) - 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 ([email protected]) Changes: - some device driver changes (see src/dd.h) - new copyright on core Mesa code |