diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-22 23:50:13 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-22 23:50:13 +0000 |
commit | 11769b9737c3f73ea8b0e66aeb5a922f5044c29b (patch) | |
tree | ef5ca8fdcc149dedd84bd9bfd1757bfa94e6e81c | |
parent | 474363af477e1568b29dbbbe11bfd3f09c7327bc (diff) |
updates for Mesa 3.2
-rw-r--r-- | docs/VERSIONS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index aa9782479f..34b390eb9d 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.13.2.22 2000/03/21 16:39:55 brianp Exp $ +$Id: VERSIONS,v 1.13.2.23 2000/03/22 23:50:13 brianp Exp $ Mesa Version History @@ -672,7 +672,7 @@ Mesa Version History - glXUseXFont() bitmaps were vertically shifted by one pixel -3.2 March ??, 2000 +3.2 beta 1 March 23, 2000 Bug fixes: - mixed drawing of lines and bitmaps sometimes had wrong colors - added missing glHintPGI() function @@ -703,6 +703,7 @@ Mesa Version History New: - updated SVGA Linux driver - added the MESA_FX_NO_SIGNALS env var, see docs/README.3DFX + - build libGLw.a (Xt/OpenGL drawing area widget) library by default Changes: - glXCopyContext's mask parameter is now unsigned long, per GLX spec |