diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-03-19 16:49:07 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-03-19 16:49:07 +0000 |
commit | b8855675ca6dcef2f91b2da4b815fa42710c4e1a (patch) | |
tree | 62f549481c182c630a3dc99b91622190349d47e8 /docs | |
parent | 6bf823ac2de4aa6d19f03ccee1c64515375ede9a (diff) |
latest bug fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/VERSIONS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 01360661ef..579219989c 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.73.2.19 2002/03/12 21:57:27 brianp Exp $ +$Id: VERSIONS,v 1.73.2.20 2002/03/19 16:49:07 brianp Exp $ Mesa Version History @@ -944,3 +944,7 @@ Mesa Version History - glColorMask as sometimes effecting glXSwapBuffers() - fixed a potential bug in XMesaGarbageCollect() - N threads rendering into one window didn't work reliably + - glCopyPixels didn't work for deep color channels + - improved 8 -> 16bit/channel texture image conversion (Gerk Huisma) + Known bugs: + - mipmap LOD computation |