From: Brian Paul Date: Fri, 3 Dec 1999 18:50:48 +0000 (+0000) Subject: added glCopyPixels bug fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b22ac10c1a3c72efa91633a861aea29e28f50fd2;p=mesa.git added glCopyPixels bug fix --- 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)