fixed SVR4 'cc' compiler macro problem (dawes@xfree86.org)

This commit is contained in:
Kevin E. Martin 1999-03-02 20:52:14 +00:00
parent 7b48f993b3
commit 2cc5fb0c43
1 changed files with 4 additions and 1 deletions

View File

@ -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