diff options
author | Brian Paul <[email protected]> | 1999-12-03 18:50:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-12-03 18:50:48 +0000 |
commit | b22ac10c1a3c72efa91633a861aea29e28f50fd2 (patch) | |
tree | dd1d39d8ae1fe14a475839dcf054da5d9fce17f7 /docs/VERSIONS | |
parent | 32c3255e0688d33d158b19375da085ca85075021 (diff) |
added glCopyPixels bug fix
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 9fad9fffc62..f8333c92b98 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.14 1999/11/24 21:13:18 brianp Exp $ +$Id: VERSIONS,v 1.15 1999/12/03 18:50:48 brianp Exp $ Mesa Version History @@ -661,13 +661,14 @@ Mesa Version History - New Makefile-system (autoconf,automake,libtool) -3.1 final November ??, 1999 +3.1 final December ??, 1999 New: - added demos/gloss.c - added xdemos/glxdpyinfo.c - rewritten glTexImage code paths (faster, less memory, bug fixes) Bug Fixes: - several vertex array bug fixes + - glCopyPixels with pixel zooming now works 3.2 (Stabilization of 3.1) |